freebsd-ports/graphics/py-pandana/files/patch-setup.py
Po-Chuan Hsieh b24a5b2302
graphics/py-pandana: Allow build with py-tables 3.7.0
- Bump PORTREVISION for package change
2022-01-24 02:50:18 +08:00

12 lines
352 B
Python

--- 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,