Atualizando numpy
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
pandas
|
2 |
-
numpy
|
3 |
-
matplotlib
|
4 |
-
seaborn
|
5 |
-
tensorflow==2.14.0
|
6 |
-
opencv-python
|
7 |
-
scikit-learn
|
8 |
-
fastapi
|
9 |
-
uvicorn
|
10 |
-
python-multipart
|
11 |
opencv-python
|
|
|
1 |
+
pandas
|
2 |
+
numpy==1.23.5
|
3 |
+
matplotlib
|
4 |
+
seaborn
|
5 |
+
tensorflow==2.14.0
|
6 |
+
opencv-python
|
7 |
+
scikit-learn
|
8 |
+
fastapi
|
9 |
+
uvicorn
|
10 |
+
python-multipart
|
11 |
opencv-python
|