Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
torch
|
| 2 |
-
pytorch_lightning
|
| 3 |
-
scikit-learn
|
| 4 |
-
imbalanced-learn
|
| 5 |
-
rdkit
|
| 6 |
-
pandas
|
| 7 |
-
joblib
|
| 8 |
-
h5py
|
| 9 |
-
optuna
|
| 10 |
-
torchmetrics
|
| 11 |
-
xgboost
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
pytorch_lightning==2.0.9
|
| 3 |
+
scikit-learn==1.2.0
|
| 4 |
+
imbalanced-learn==0.12.0
|
| 5 |
+
rdkit==2023.9.5
|
| 6 |
+
pandas==1.5.3
|
| 7 |
+
joblib==1.2.0
|
| 8 |
+
h5py==3.10.0
|
| 9 |
+
optuna==3.3.0
|
| 10 |
+
torchmetrics==1.1.2
|
| 11 |
+
xgboost==1.5.1
|