diff options
Diffstat (limited to 'graphics/py-pandana/files/patch-setup.py')
-rw-r--r-- | graphics/py-pandana/files/patch-setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-pandana/files/patch-setup.py b/graphics/py-pandana/files/patch-setup.py index 2425ffefde8c..1c91738d9cff 100644 --- a/graphics/py-pandana/files/patch-setup.py +++ b/graphics/py-pandana/files/patch-setup.py @@ -1,11 +1,12 @@ --- setup.py.orig 2021-03-17 16:44:15 UTC +++ setup.py -@@ -151,7 +151,7 @@ setup( +@@ -150,8 +150,7 @@ setup( + 'pandas >=0.17', 'requests >=2.0', 'scikit-learn >=0.18', - 'tables >=3.1, <3.6; python_version <"3.6"', +- '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"' ++ 'tables >=3.1', ], cmdclass={ 'test': PyTest, |