Skip to content

Commit 617d64a

Browse files
committed
fix: blind replacement of vulnerable dependencies
1 parent 02ce75e commit 617d64a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.py3.11.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
attrs==21.4.0
2-
certifi==2021.10.8
32
h5py==3.11.0
43
iniconfig==1.1.1
54
packaging==25.0
@@ -13,6 +12,6 @@ scipy==1.16.3
1312
toml==0.10.2
1413
scikit-learn==1.7.2
1514
ase==3.26
16-
tqdm==4.66
15+
tqdm==4.67
1716
metatensor-core==0.1.17
1817
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@40b3237

requirements.py3.9.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
attrs==21.4.0
2-
certifi==2021.10.8
32
h5py==3.6.0
43
iniconfig==1.1.1
54
packaging==21.3
@@ -11,8 +10,8 @@ pytest==6.2.5
1110
numpy===1.22.3
1211
scipy==1.10
1312
toml==0.10.2
14-
scikit-learn==0.24.2
13+
scikit-learn==1.6.1
1514
ase==3.22
16-
tqdm==4.66
15+
tqdm==4.67
1716
metatensor-core==0.1.8
1817
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@22473bbf12a013467137a55a63c88fbbdc95baa2

0 commit comments

Comments
 (0)