diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/py-pandana/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-pandana/files/patch-setup.py b/graphics/py-pandana/files/patch-setup.py new file mode 100644 index 000000000000..2425ffefde8c --- /dev/null +++ b/graphics/py-pandana/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-03-17 16:44:15 UTC ++++ setup.py +@@ -151,7 +151,7 @@ setup( + 'requests >=2.0', + 'scikit-learn >=0.18', + 'tables >=3.1, <3.6; python_version <"3.6"', +- 'tables >=3.1, <3.7; python_version >="3.6"' ++ 'tables >=3.1, <3.8; python_version >="3.6"' + ], + cmdclass={ + 'test': PyTest, |