kimyechan
commited on
Commit
·
2408264
1
Parent(s):
1be83e1
fix : Requirements 수정
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio>=4.44
|
| 2 |
pandas>=2.2
|
| 3 |
yfinance>=0.2
|
|
|
|
|
|
|
| 4 |
torch>=2.2 ; platform_system != "Darwin"
|
| 5 |
chronos-forecasting>=1.0
|
| 6 |
-
matplotlib>=3.8
|
|
|
|
| 1 |
gradio>=4.44
|
| 2 |
pandas>=2.2
|
| 3 |
yfinance>=0.2
|
| 4 |
+
websockets>=11
|
| 5 |
+
matplotlib>=3.8
|
| 6 |
torch>=2.2 ; platform_system != "Darwin"
|
| 7 |
chronos-forecasting>=1.0
|
|
|