omniverse1 commited on
Commit
5f389af
·
verified ·
1 Parent(s): 5b71e35

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  pandas
2
  plotly
3
  numpy
4
- gradio
5
  mplfinance
6
  openpyxl
7
  requests
@@ -10,9 +10,7 @@ matplotlib
10
  scikit-learn
11
  nltk
12
  torch
13
- # BARIS KONFLIK LAMA (git+https://github.com/huggingface/transformers) DIHAPUS
14
- # Ganti dengan versi stabil yang kompatibel dengan chronos-forecasting
15
- transformers==4.42.3
16
  sentencepiece
17
  accelerate
18
  tokenizers
@@ -22,9 +20,7 @@ joblib
22
  chronos-forecasting
23
  safetensors
24
  huggingface-hub
25
-
26
- # Dependencies for FastAPI Backend
27
  fastapi
28
- uvicorn
29
  python-multipart
30
  pydantic
 
1
  pandas
2
  plotly
3
  numpy
4
+ # gradio DIHAPUS karena tidak lagi diperlukan untuk API
5
  mplfinance
6
  openpyxl
7
  requests
 
10
  scikit-learn
11
  nltk
12
  torch
13
+ transformers==4.42.3 # FIX untuk konflik dengan chronos-forecasting
 
 
14
  sentencepiece
15
  accelerate
16
  tokenizers
 
20
  chronos-forecasting
21
  safetensors
22
  huggingface-hub
 
 
23
  fastapi
24
+ uvicorn[standard] # Menggunakan uvicorn[standard] untuk efisiensi
25
  python-multipart
26
  pydantic