fix requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
streamlit==1.27
|
2 |
pygad==3.0.1
|
3 |
-
torch
|
4 |
pytorch-lightning==2.0.2
|
5 |
torch_geometric==2.3.1
|
6 |
mendeleev==0.12.1
|
7 |
networkx>=3.0
|
8 |
omegaconf>2.0
|
9 |
cgrtools==4.1.35
|
10 |
-
scikit-learn
|
11 |
numpy>1.24
|
12 |
py-mini-racer
|
13 |
git+https://github.com/Laboratoire-de-Chemoinformatique/VQGAE.git
|
|
|
1 |
streamlit==1.27
|
2 |
pygad==3.0.1
|
3 |
+
torch==2.0.0
|
4 |
pytorch-lightning==2.0.2
|
5 |
torch_geometric==2.3.1
|
6 |
mendeleev==0.12.1
|
7 |
networkx>=3.0
|
8 |
omegaconf>2.0
|
9 |
cgrtools==4.1.35
|
10 |
+
scikit-learn==1.2.2
|
11 |
numpy>1.24
|
12 |
py-mini-racer
|
13 |
git+https://github.com/Laboratoire-de-Chemoinformatique/VQGAE.git
|