Skip to content

Commit 928bd85

Browse files
committed
Update versions of packages
1 parent cbc9b6d commit 928bd85

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ dependencies = [
2424
'pandas==2.2.2',
2525
'anndata==0.11',
2626
'numpy==1.26.4',
27-
'scikit-learn>=1.2.2',
27+
'scikit-learn>=1.5.0',
2828
'scipy==1.13.1',
2929
'gitpython==3.1.43',
3030
'torch==2.5.1',
3131
'torchvision==0.20.1',
3232
'accelerate==0.29.3',
33-
'transformers==4.45.1',
33+
'transformers==4.48.0',
3434
'loompy==3.0.7',
3535
'scib==1.1.5',
3636
'scikit-misc==0.3.1',
37-
'azure-identity==1.16.0',
37+
'azure-identity==1.16.1',
3838
'azure-storage-blob==12.19.1',
3939
'azure-core==1.30.1',
4040
'einops==0.8.0',

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
requests==2.31.0
1+
requests==2.32.2
22
pandas==2.2.2
33
anndata==0.10.7
44
numpy==1.26.4
5-
scikit-learn==1.2.2
5+
scikit-learn==1.5.0
66
scipy==1.13.1
77
gitpython==3.1.43
88
torch>=2.0.0,<=2.3.0
99
torchvision>=0.15.0,<=0.18.0
1010
accelerate==0.29.3
11-
transformers==4.45.1
11+
transformers==4.48.0
1212
loompy==3.0.7
1313
scib==1.1.5
1414
scikit-misc==0.3.1
1515
datasets==2.14.7
1616
azure-storage-blob==12.19.1
17-
azure-identity==1.16.0
17+
azure-identity==1.16.1
1818
azure-core==1.30.1
1919
einops==0.8.0
2020
omegaconf==2.3.0

0 commit comments

Comments
 (0)