Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.7.0
|
2 |
+
aioboto3==12.4.0
|
3 |
+
beartype==0.18.5
|
4 |
+
boto3==1.34.69
|
5 |
+
datasets==2.17.1
|
6 |
+
dill==0.3.8
|
7 |
+
einops==0.7.0
|
8 |
+
gluonts[torch]==0.15.1
|
9 |
+
jaxtyping==0.2.29
|
10 |
+
mypy==1.11.1
|
11 |
+
pandas==2.2.3
|
12 |
+
pytest==8.3.5
|
13 |
+
pytest-env==1.1.5
|
14 |
+
rotary-embedding-torch==0.8.6
|
15 |
+
scikit-learn==1.5.0
|
16 |
+
types-tabulate==0.9.0.20241207
|
17 |
+
transformers==4.50.0
|
18 |
+
tqdm==4.66.3
|
19 |
+
beartype==0.18.5
|
20 |
+
mypy==1.11.1
|
21 |
+
pyyaml==6.0.2
|
22 |
+
types-PyYAML==6.0.12.20240917
|
23 |
+
black==24.10.0
|
24 |
+
isort==5.13.2
|
25 |
+
PyYAML==6.0.2
|
26 |
+
jupyter==1.1.1
|
27 |
+
matplotlib==3.9.2
|
28 |
+
tabulate==0.9.0
|