muhammadhamza-stack commited on
Commit
22e6198
·
1 Parent(s): c34654d

remove dependencies versions

Browse files
Files changed (3) hide show
  1. .gitignore +3 -1
  2. pyrightconfig.json +0 -4
  3. requirements.txt +7 -7
.gitignore CHANGED
@@ -1 +1,3 @@
1
- venv
 
 
 
1
+ venv
2
+ hf-env
3
+ hf_requirements.txt
pyrightconfig.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "reportMissingImports": false,
3
- "reportGeneralTypeIssues": false
4
- }
 
 
 
 
 
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- tensorflow==2.20.0
2
- numpy>=1.26,<2.0
3
- protobuf>=4.25.3
4
- opencv-python>=4.9.0
5
- Pillow>=10.2.0
6
- gradio>=4.44.0
7
- matplotlib>=3.8.4
8
 
 
1
+ tensorflow
2
+ numpy
3
+ protobuf
4
+ opencv-python>
5
+ Pillow
6
+ gradio
7
+ matplotlib
8