Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit==1.25.0 # For interactive web app interface
|
2 |
transformers==4.33.2 # For loading Hugging Face model pipelines
|
3 |
-
datasets==2.
|
4 |
peft==0.5.0 # For parameter-efficient fine-tuning
|
5 |
pandas==2.1.1 # For data manipulation with CSV files
|
6 |
numpy==1.26.0 # For numerical operations, required by pandas and other libraries
|
|
|
1 |
streamlit==1.25.0 # For interactive web app interface
|
2 |
transformers==4.33.2 # For loading Hugging Face model pipelines
|
3 |
+
datasets==2.21.0 # Updated to a compatible version for Python 3.10
|
4 |
peft==0.5.0 # For parameter-efficient fine-tuning
|
5 |
pandas==2.1.1 # For data manipulation with CSV files
|
6 |
numpy==1.26.0 # For numerical operations, required by pandas and other libraries
|