File tree 4 files changed +27
-66
lines changed
4 files changed +27
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
psycopg2-binary
2
2
hdmf <= 3.4.7
3
3
h5py
4
- matplotlib >= 1.4.3
5
- numpy
6
- pandas >= 1.1.5
7
- jinja2 >= 3.0.0
8
- scipy >= 1.4.0 , < 2.0.0
9
- six >= 1.9.0 , < 2.0.0
10
- pynrrd >= 0.2.1 , < 1.0.0
11
- future >= 0.14.3 , < 1.0.0
12
- requests < 3.0.0
13
- requests-toolbelt < 1.0.0
14
- simplejson >= 3.10.0 , < 4.0.0
15
- scikit-image >= 0.14.0
16
- scikit-build < 1.0.0
4
+ matplotlib
5
+ numpy < 1.24
6
+ pandas == 1.5.3
7
+ jinja2
8
+ scipy < 1.11
9
+ six
10
+ pynrrd
11
+ future
12
+ requests
13
+ requests-toolbelt
14
+ simplejson
15
+ scikit-image
16
+ scikit-build
17
17
statsmodels
18
- simpleitk >= 2.0.2 , < 3.0.0
19
- argschema >= 3.0.1 , < 4.0.0
20
- glymur == 0.8.19
21
- xarray
22
- pynwb
18
+ simpleitk
19
+ argschema
20
+ glymur
21
+ xarray < 2023.2.0
22
+ pynwb <= 2.3.3
23
23
tables
24
- seaborn < 1.0.0
25
- aiohttp == 3.7.4
24
+ seaborn
25
+ aiohttp
26
26
nest_asyncio
27
- tqdm >= 4.27
28
- ndx-events <= 0.2.0
29
- boto3 == 1.17.21
27
+ tqdm
28
+ ndx-events
29
+ boto3
30
30
semver
31
- cachetools >= 4.2.1 , < 5.0.0
31
+ cachetools
32
32
sqlalchemy
33
33
python-dateutil
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ author = David Feng
4
4
5
5
summary = Core libraries for the allensdk.
6
6
description-file = README.md
7
- classifier =
8
- Development Status :: 3 - Alpha' ,
9
- Intended Audience :: Science/Research' ,
10
- Natural Language :: English' ,
11
- Operating System :: OS Independent' ,
12
- Programming Language :: Python
13
- Programming Language :: Python :: 2
14
- Programming Language :: Python :: 2.7
15
- Topic :: Scientific/Engineering :: Bio-Informatics
16
7
17
8
[build_sphinx]
18
9
source-dir = .
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ def prepend_find_packages(*roots):
86
86
"License :: Other/Proprietary License" , # Allen Institute License
87
87
"Natural Language :: English" ,
88
88
"Operating System :: OS Independent" ,
89
+ "Programming Language :: Python" ,
90
+ "Programming Language :: Python :: 3" ,
91
+ 'Programming Language :: Python :: 3 :: Only' ,
89
92
"Programming Language :: Python :: 3.8" ,
90
93
"Programming Language :: Python :: 3.9" ,
91
94
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments