Skip to content

Commit dc7ebc5

Browse files
authored
Merge pull request #770 from jpgill86/update-reqs
Update requirements in setup.py to match requirements.txt
2 parents 82b9600 + 960940e commit dc7ebc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import os
66

77
long_description = open("README.rst").read()
8-
install_requires = ['numpy>=1.7.1',
9-
'quantities>=0.9.0']
8+
install_requires = ['numpy>=1.10.0,!=1.16.0',
9+
'quantities>=0.12.1']
1010
extras_require = {
1111
'hdf5io': ['h5py'],
1212
'igorproio': ['igor'],
@@ -50,5 +50,7 @@
5050
'Programming Language :: Python :: 3',
5151
'Programming Language :: Python :: 3.5',
5252
'Programming Language :: Python :: 3.6',
53+
'Programming Language :: Python :: 3.7',
54+
'Programming Language :: Python :: 3.8',
5355
'Topic :: Scientific/Engineering']
5456
)

0 commit comments

Comments
 (0)