Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
@@ -41,4 +41,21 @@ wandb>=0.15.0
|
|
41 |
# Utilities
|
42 |
scipy>=1.10.0
|
43 |
tqdm>=4.65.0
|
44 |
-
numpy == 1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
# Utilities
|
42 |
scipy>=1.10.0
|
43 |
tqdm>=4.65.0
|
44 |
+
numpy == 1.26.4
|
45 |
+
pandas
|
46 |
+
scipy
|
47 |
+
matplotlib
|
48 |
+
seaborn
|
49 |
+
plotly
|
50 |
+
scikit-learn
|
51 |
+
xgboost
|
52 |
+
lightgbm
|
53 |
+
statsmodels
|
54 |
+
opencv-python
|
55 |
+
scikit-image
|
56 |
+
requests
|
57 |
+
nltk
|
58 |
+
spacy
|
59 |
+
pytz
|
60 |
+
tqdm
|
61 |
+
sympy
|