-
Notifications
You must be signed in to change notification settings - Fork 153
Resolve dependencies refresh #2710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5d46b14
poetry dependency setup for py3.8 to 3.10
mikejhuang 971d578
fix deprecated np.bool
mikejhuang 43a4094
fix Int64Index deprecation and explicit requirement for regex boolean…
mikejhuang d6b4a80
fix pandas reindex change
mikejhuang 7e9a67e
change check_less_precise to rtol in assert_series_equal
mikejhuang bd8016c
fix attempt to reindex a MultiIndex
mikejhuang 2d86401
fix deprecated np.float and np.int
mikejhuang 85a97c4
downgrade pandas=1.53, hdmf=3.4.7, pynwb=2.3.3
mikejhuang 88c8c04
add python 3.11 to github actions
mikejhuang 844f5dd
add Python 3.11 in setup.py
mikejhuang c1915de
remove python3.7 from setup metadata
mikejhuang f17b449
remove poetry related setup config
mikejhuang a20e811
remove scikit-learn from test-requirements
mikejhuang ec8765c
unpin test dependencies
mikejhuang 86b8c57
repin some test dependencies
mikejhuang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,<3.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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,6 @@ author = David Feng | |
author-email = [email protected] | ||
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 = . | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to input types besides
bool
as a string todtype
. Is there are a reason for this?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
float/int sizes (eg, float32 vs float64) can be automatically managed by defining it as a string. Bool does not have any variations.