ports/graphics/py-pandana/files/patch-setup.py
Po-Chuan Hsieh 672ab62bc4
graphics/py-pandana: Allow build with py-tables 3.9.0
- Bump PORTREVISION for package change

Reference:	0e82a24d11
2023-10-11 20:58:07 +08:00

13 lines
349 B
Python

--- setup.py.orig 2021-03-17 16:44:15 UTC
+++ setup.py
@@ -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.7; python_version >="3.6"'
+ 'tables >=3.1',
],
cmdclass={
'test': PyTest,