We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790b6f8 commit 7a4f8b1Copy full SHA for 7a4f8b1
setup.py
@@ -18,7 +18,5 @@ def read(fname):
18
'windpowerlib': [os.path.join('data', '*.csv')]},
19
long_description=read('README.rst'),
20
zip_safe=False,
21
- install_requires=['numpy <= 1.15.4', # remove after PyTables release 3.4.5
22
- 'pandas >= 0.19.1',
23
- 'requests',
24
- 'tables']) # PyTables needed for pandas.HDFStore
+ install_requires=['pandas >= 0.19.1',
+ 'requests'])
0 commit comments