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.
2 parents 82b9600 + 960940e commit dc7ebc5Copy full SHA for dc7ebc5
setup.py
@@ -5,8 +5,8 @@
5
import os
6
7
long_description = open("README.rst").read()
8
-install_requires = ['numpy>=1.7.1',
9
- 'quantities>=0.9.0']
+install_requires = ['numpy>=1.10.0,!=1.16.0',
+ 'quantities>=0.12.1']
10
extras_require = {
11
'hdf5io': ['h5py'],
12
'igorproio': ['igor'],
@@ -50,5 +50,7 @@
50
'Programming Language :: Python :: 3',
51
'Programming Language :: Python :: 3.5',
52
'Programming Language :: Python :: 3.6',
53
+ 'Programming Language :: Python :: 3.7',
54
+ 'Programming Language :: Python :: 3.8',
55
'Topic :: Scientific/Engineering']
56
)
0 commit comments