Skip to content

Commit 94286ab

Browse files
committed
Set pandas ceiling for 0.9.x releases
This patch isolates a change needed to get patch-releases atop 0.9.0 to pass `make check`. This patch alone will not pass `make check`; see the following octopus merge for a commit that passes `make check`. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 102c9a0 commit 94286ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license_files =
1919
[options]
2020
include_package_data = true
2121
install_requires =
22-
pandas
22+
pandas < 2.1.0
2323
pyshacl
2424
rdflib >= 6.2.0
2525
requests

0 commit comments

Comments
 (0)