summaryrefslogtreecommitdiff
path: root/graphics/py-pandana/files/patch-setup.py
blob: 1c91738d9cffd1645afb2fccac8f155a9b9c3c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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,