Spaces:
Runtime error
Runtime error
bug fix
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -22,7 +22,7 @@ decorator==5.1.1
|
|
22 |
executing==1.2.0
|
23 |
fonttools==4.38.0
|
24 |
frozenlist==1.3.3
|
25 |
-
fsspec
|
26 |
future==0.18.3
|
27 |
google-auth==2.16.0
|
28 |
google-auth-oauthlib==0.4.6
|
@@ -73,7 +73,7 @@ pyparsing==3.0.9
|
|
73 |
pyperclip==1.8.2
|
74 |
python-dateutil==2.8.2
|
75 |
pytorch-forecasting
|
76 |
-
pytorch-lightning
|
77 |
pytz==2022.7.1
|
78 |
PyYAML==6.0
|
79 |
pyzmq==25.0.0
|
@@ -93,7 +93,7 @@ tensorboard-data-server==0.6.1
|
|
93 |
tensorboard-plugin-wit==1.8.1
|
94 |
tensorboardX==2.5.1
|
95 |
threadpoolctl==3.1.0
|
96 |
-
torch
|
97 |
torchmetrics==0.11.0
|
98 |
tornado==6.2
|
99 |
tqdm==4.64.1
|
|
|
22 |
executing==1.2.0
|
23 |
fonttools==4.38.0
|
24 |
frozenlist==1.3.3
|
25 |
+
fsspec
|
26 |
future==0.18.3
|
27 |
google-auth==2.16.0
|
28 |
google-auth-oauthlib==0.4.6
|
|
|
73 |
pyperclip==1.8.2
|
74 |
python-dateutil==2.8.2
|
75 |
pytorch-forecasting
|
76 |
+
pytorch-lightning
|
77 |
pytz==2022.7.1
|
78 |
PyYAML==6.0
|
79 |
pyzmq==25.0.0
|
|
|
93 |
tensorboard-plugin-wit==1.8.1
|
94 |
tensorboardX==2.5.1
|
95 |
threadpoolctl==3.1.0
|
96 |
+
torch
|
97 |
torchmetrics==0.11.0
|
98 |
tornado==6.2
|
99 |
tqdm==4.64.1
|