Muhammad Mustehson commited on
Commit
9b966bc
·
1 Parent(s): 4a84072

update requirements.txt

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. requirements.txt +4 -4
.gitignore CHANGED
@@ -1 +1,2 @@
1
- __pycache__/
 
 
1
+ __pycache__/
2
+ .env
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- huggingface_hub
2
- duckdb
3
- pandas
 
4
  pydantic
5
  python-dotenv
6
  gradio
7
- pandas
8
  matplotlib
 
1
+ huggingface-hub==0.35.0
2
+ duckdb==1.3.2
3
+ pandas==2.3.1
4
+ numpy==2.3.2
5
  pydantic
6
  python-dotenv
7
  gradio
 
8
  matplotlib