Skip to content

Commit 4e65a29

Browse files
committed
remove poetry related setup config
1 parent 0f714ec commit 4e65a29

File tree

4 files changed

+27
-66
lines changed

4 files changed

+27
-66
lines changed

poetry_py38-311.txt

-33
This file was deleted.

requirements.txt

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
psycopg2-binary
22
hdmf<=3.4.7
33
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
1717
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
2323
tables
24-
seaborn<1.0.0
25-
aiohttp==3.7.4
24+
seaborn
25+
aiohttp
2626
nest_asyncio
27-
tqdm>=4.27
28-
ndx-events<=0.2.0
29-
boto3==1.17.21
27+
tqdm
28+
ndx-events
29+
boto3
3030
semver
31-
cachetools>=4.2.1,<5.0.0
31+
cachetools
3232
sqlalchemy
3333
python-dateutil

setup.cfg

-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ author = David Feng
44
author-email = [email protected]
55
summary = Core libraries for the allensdk.
66
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
167

178
[build_sphinx]
189
source-dir = .

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ def prepend_find_packages(*roots):
8686
"License :: Other/Proprietary License", # Allen Institute License
8787
"Natural Language :: English",
8888
"Operating System :: OS Independent",
89+
"Programming Language :: Python",
90+
"Programming Language :: Python :: 3",
91+
'Programming Language :: Python :: 3 :: Only',
8992
"Programming Language :: Python :: 3.8",
9093
"Programming Language :: Python :: 3.9",
9194
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)