Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -37,7 +37,7 @@ duckduckgo-search>=3.0.0
|
|
37 |
arxiv>=1.4.0
|
38 |
|
39 |
# Monitoring and logging
|
40 |
-
wandb>=0.
|
41 |
|
42 |
# Utilities
|
43 |
scipy>=1.10.0
|
@@ -62,5 +62,4 @@ tqdm
|
|
62 |
sympy
|
63 |
torch
|
64 |
unstructured
|
65 |
-
lxml
|
66 |
-
fastapi==0.112.2
|
|
|
37 |
arxiv>=1.4.0
|
38 |
|
39 |
# Monitoring and logging
|
40 |
+
wandb>=0.17.0
|
41 |
|
42 |
# Utilities
|
43 |
scipy>=1.10.0
|
|
|
62 |
sympy
|
63 |
torch
|
64 |
unstructured
|
65 |
+
lxml
|
|