[#9] updated libraries to their latest versions
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
pytorch-lightning==1.5.10
|
| 2 |
-
transformers==4.
|
| 3 |
-
wandb==0.12.
|
| 4 |
scikit-learn==1.0.2
|
| 5 |
-
pandas==1.
|
| 6 |
streamlit==1.7.0
|
| 7 |
watchdog==2.1.6
|
|
|
|
| 1 |
pytorch-lightning==1.5.10
|
| 2 |
+
transformers==4.17.0
|
| 3 |
+
wandb==0.12.11
|
| 4 |
scikit-learn==1.0.2
|
| 5 |
+
pandas==1.4.1
|
| 6 |
streamlit==1.7.0
|
| 7 |
watchdog==2.1.6
|