|
4 | 4 | import os |
5 | 5 |
|
6 | 6 | long_description = open("README.rst").read() |
7 | | -install_requires = ['numpy>=1.13.0,!=1.16.0', |
| 7 | +install_requires = ['numpy>=1.16.1', |
8 | 8 | 'quantities>=0.12.1'] |
9 | 9 | extras_require = { |
10 | 10 | 'igorproio': ['igor'], |
11 | 11 | 'kwikio': ['scipy', 'klusta'], |
12 | 12 | 'neomatlabio': ['scipy>=1.0.0'], |
13 | | - 'nixio': ['nixio>=1.5.0b2'], |
| 13 | + 'nixio': ['nixio>=1.5.0'], |
14 | 14 | 'stimfitio': ['stfio'], |
15 | 15 | 'tiffio': ['pillow'] |
16 | 16 | } |
|
34 | 34 | long_description=long_description, |
35 | 35 | license="BSD-3-Clause", |
36 | 36 | url='https://neuralensemble.org/neo', |
37 | | - python_requires=">=3.6", |
| 37 | + python_requires=">=3.7", |
38 | 38 | classifiers=[ |
39 | 39 | 'Development Status :: 4 - Beta', |
40 | 40 | 'Intended Audience :: Science/Research', |
41 | 41 | 'License :: OSI Approved :: BSD License', |
42 | 42 | 'Natural Language :: English', |
43 | 43 | 'Operating System :: OS Independent', |
44 | 44 | 'Programming Language :: Python :: 3', |
45 | | - 'Programming Language :: Python :: 3.6', |
46 | 45 | 'Programming Language :: Python :: 3.7', |
47 | 46 | 'Programming Language :: Python :: 3.8', |
| 47 | + 'Programming Language :: Python :: 3.9', |
48 | 48 | 'Programming Language :: Python :: 3 :: Only', |
49 | 49 | 'Topic :: Scientific/Engineering'] |
50 | 50 | ) |
0 commit comments