install torch
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -32,7 +32,9 @@ MarkupSafe==2.1.2
|
|
| 32 |
matplotlib==3.7.1
|
| 33 |
mdit-py-plugins==0.3.3
|
| 34 |
mdurl==0.1.2
|
|
|
|
| 35 |
multidict==6.0.4
|
|
|
|
| 36 |
numpy==1.24.3
|
| 37 |
orjson==3.8.12
|
| 38 |
packaging==23.1
|
|
@@ -55,8 +57,10 @@ semantic-version==2.10.0
|
|
| 55 |
six==1.16.0
|
| 56 |
sniffio==1.3.0
|
| 57 |
starlette==0.27.0
|
|
|
|
| 58 |
tokenizers==0.13.3
|
| 59 |
toolz==0.12.0
|
|
|
|
| 60 |
tqdm==4.65.0
|
| 61 |
transformers==4.29.2
|
| 62 |
typing_extensions==4.5.0
|
|
|
|
| 32 |
matplotlib==3.7.1
|
| 33 |
mdit-py-plugins==0.3.3
|
| 34 |
mdurl==0.1.2
|
| 35 |
+
mpmath==1.3.0
|
| 36 |
multidict==6.0.4
|
| 37 |
+
networkx==3.1
|
| 38 |
numpy==1.24.3
|
| 39 |
orjson==3.8.12
|
| 40 |
packaging==23.1
|
|
|
|
| 57 |
six==1.16.0
|
| 58 |
sniffio==1.3.0
|
| 59 |
starlette==0.27.0
|
| 60 |
+
sympy==1.12
|
| 61 |
tokenizers==0.13.3
|
| 62 |
toolz==0.12.0
|
| 63 |
+
torch==2.0.1
|
| 64 |
tqdm==4.65.0
|
| 65 |
transformers==4.29.2
|
| 66 |
typing_extensions==4.5.0
|