Spaces:
Running
Running
Update requirements.txt
Browse filesPin altair<5 to resolve ModuleNotFoundError
- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit==1.15.0
|
2 |
pdfplumber==0.7.5
|
3 |
python-docx==0.8.11
|
4 |
transformers==4.35.0
|
5 |
-
peft==0.5.0
|
6 |
-
torch==2.0.1
|
|
|
|
1 |
+
streamlit==1.15.0
|
2 |
pdfplumber==0.7.5
|
3 |
python-docx==0.8.11
|
4 |
transformers==4.35.0
|
5 |
+
peft==0.5.0
|
6 |
+
torch==2.0.1
|
7 |
+
altair<5
|