Skip to content

Commit

Permalink
remove poetry related setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejhuang committed Aug 10, 2023
1 parent 0f714ec commit 4e65a29
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 66 deletions.
33 changes: 0 additions & 33 deletions poetry_py38-311.txt

This file was deleted.

48 changes: 24 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
psycopg2-binary
hdmf<=3.4.7
h5py
matplotlib>=1.4.3
numpy
pandas>=1.1.5
jinja2>=3.0.0
scipy>=1.4.0,<2.0.0
six>=1.9.0,<2.0.0
pynrrd>=0.2.1,<1.0.0
future >= 0.14.3,<1.0.0
requests<3.0.0
requests-toolbelt<1.0.0
simplejson>=3.10.0,<4.0.0
scikit-image>=0.14.0
scikit-build<1.0.0
matplotlib
numpy<1.24
pandas==1.5.3
jinja2
scipy<1.11
six
pynrrd
future
requests
requests-toolbelt
simplejson
scikit-image
scikit-build
statsmodels
simpleitk>=2.0.2,<3.0.0
argschema>=3.0.1,<4.0.0
glymur==0.8.19
xarray
pynwb
simpleitk
argschema
glymur
xarray<2023.2.0
pynwb<=2.3.3
tables
seaborn<1.0.0
aiohttp==3.7.4
seaborn
aiohttp
nest_asyncio
tqdm>=4.27
ndx-events<=0.2.0
boto3==1.17.21
tqdm
ndx-events
boto3
semver
cachetools>=4.2.1,<5.0.0
cachetools
sqlalchemy
python-dateutil
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ author = David Feng
author-email = davidf@alleninstitute.org
summary = Core libraries for the allensdk.
description-file = README.md
classifier =
Development Status :: 3 - Alpha',
Intended Audience :: Science/Research',
Natural Language :: English',
Operating System :: OS Independent',
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Topic :: Scientific/Engineering :: Bio-Informatics

[build_sphinx]
source-dir = .
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def prepend_find_packages(*roots):
"License :: Other/Proprietary License", # Allen Institute License
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3 :: Only',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 4e65a29

Please sign in to comment.