woyeso commited on
Commit
a6f19a8
·
verified ·
1 Parent(s): 68ed05b

Update requirements.txt

Browse files

Pin altair<5 to resolve ModuleNotFoundError

Files changed (1) hide show
  1. 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