DenisT commited on
Commit
eda945c
·
1 Parent(s): 3d66f22

modified requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- numpy=="1.26.4"
2
- tensorflow=="2.16.1"
3
- pandas=="2.2.1"
4
- scikit-learn=="1.4.0"
5
- matplotlib=="3.8.3"
6
- pillow=="10.3.0"
7
- uvicorn=="0.29.0"
8
- fastapi=="0.110.0"
9
- pydantic=="2.6.4"
10
- python-multipart=="0.0.9"
 
1
+ numpy==1.26.4
2
+ tensorflow==2.16.1
3
+ pandas==2.2.1
4
+ scikit-learn==1.4.0
5
+ matplotlib==3.8.3
6
+ pillow==10.3.0
7
+ uvicorn==0.29.0
8
+ fastapi==0.110.0
9
+ pydantic==2.6.4
10
+ python-multipart==0.0.9