Skip to content

Commit

Permalink
omit rdflib7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 7, 2023
1 parent 0ae1aa2 commit f49f1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
requests = "*"

[packages]
rdflib = ">=6.2.0, <8"
rdflib = ">=6.2.0, <7"
rdflib-shim = "*"
pyjsg = ">=0.11.6"
rfc3987 = "*"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ bcp47
jsonasobj
pyjsg>=0.11.6
rdflib-shim
rdflib>=6.2.0
rdflib>=6.2.0,<7
rfc3987

0 comments on commit f49f1ce

Please sign in to comment.