-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI-related stuff to new versions.
This updates our generated requirements.txt files and the various tools we use in pre-commit to the latest versions. There is no runtime change; this only affects what we use in testing and static analysis.
- Loading branch information
1 parent
53a772e
commit b647993
Showing
8 changed files
with
69 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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 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,16 +1,16 @@ | ||
anndata==0.9.1 | ||
anndata==0.9.2 | ||
attrs==23.1.0 | ||
h5py==3.8.0 | ||
llvmlite==0.40.0 | ||
natsort==8.3.1 | ||
numba==0.57.0 | ||
numpy==1.24.3 | ||
h5py==3.9.0 | ||
llvmlite==0.41.0 | ||
natsort==8.4.0 | ||
numba==0.58.0 | ||
numpy==1.25.2 | ||
packaging==23.1 | ||
pandas==2.0.1 | ||
pyarrow==12.0.0 | ||
pandas==2.1.1 | ||
pyarrow==13.0.0 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
scipy==1.10.1 | ||
pytz==2023.3.post1 | ||
scipy==1.11.3 | ||
six==1.16.0 | ||
typing_extensions==4.5.0 | ||
typing_extensions==4.8.0 | ||
tzdata==2023.3 |
This file contains 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 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,17 +1,17 @@ | ||
anndata==0.8.0 | ||
attrs==23.1.0 | ||
h5py==3.8.0 | ||
importlib-metadata==6.6.0 | ||
importlib-metadata==6.7.0 | ||
llvmlite==0.39.1 | ||
natsort==8.3.1 | ||
natsort==8.4.0 | ||
numba==0.56.4 | ||
numpy==1.21.6 | ||
packaging==23.1 | ||
pandas==1.3.5 | ||
pyarrow==12.0.0 | ||
pyarrow==12.0.1 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
pytz==2023.3.post1 | ||
scipy==1.7.3 | ||
six==1.16.0 | ||
typing_extensions==4.5.0 | ||
typing_extensions==4.7.1 | ||
zipp==3.15.0 |
This file contains 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,18 +1,18 @@ | ||
anndata==0.9.1 | ||
anndata==0.9.2 | ||
attrs==23.1.0 | ||
h5py==3.8.0 | ||
importlib-metadata==6.6.0 | ||
llvmlite==0.40.0 | ||
natsort==8.3.1 | ||
numba==0.57.0 | ||
numpy==1.24.3 | ||
h5py==3.9.0 | ||
importlib-metadata==6.8.0 | ||
llvmlite==0.41.0 | ||
natsort==8.4.0 | ||
numba==0.58.0 | ||
numpy==1.24.4 | ||
packaging==23.1 | ||
pandas==2.0.1 | ||
pyarrow==12.0.0 | ||
pandas==2.0.3 | ||
pyarrow==13.0.0 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
pytz==2023.3.post1 | ||
scipy==1.10.1 | ||
six==1.16.0 | ||
typing_extensions==4.5.0 | ||
typing_extensions==4.8.0 | ||
tzdata==2023.3 | ||
zipp==3.15.0 | ||
zipp==3.17.0 |
This file contains 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,21 +1,20 @@ | ||
anndata==0.9.1 | ||
anndata==0.9.2 | ||
attrs==23.1.0 | ||
botocore==1.29.80 | ||
docutils==0.16 | ||
h5py==3.8.0 | ||
h5py==3.9.0 | ||
jmespath==1.0.1 | ||
llvmlite==0.40.0 | ||
natsort==8.3.1 | ||
numba==0.57.0 | ||
numpy==1.24.3 | ||
llvmlite==0.41.0 | ||
natsort==8.4.0 | ||
numba==0.58.0 | ||
numpy==1.25.2 | ||
packaging==23.1 | ||
pandas==2.0.1 | ||
pyarrow==12.0.0 | ||
pandas==2.1.1 | ||
pyarrow==13.0.0 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
pytz==2023.3.post1 | ||
rsa==4.7.2 | ||
s3transfer==0.6.0 | ||
scipy==1.10.1 | ||
scipy==1.11.3 | ||
six==1.16.0 | ||
typing_extensions==4.5.0 | ||
typing_extensions==4.8.0 | ||
tzdata==2023.3 |
This file contains 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 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