amanda 3 年之前
父節點
當前提交
b6c17dbb8d
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      backend_refactor/requirements.txt

+ 5 - 5
backend_refactor/requirements.txt

@@ -1,10 +1,10 @@
 flask==2.1.2
 gunicorn==20.1.0
-Pillow~=7.2.0
-numpy~=1.19.2
-opencv-python~=4.5.3.56
-matplotlib~=3.4.3
-scipy~=1.7.1
+Pillow==9.1.0
+numpy==1.21.6
+opencv-python==4.6.0.66
+matplotlib==3.5.3
+scipy==1.7.3
 flask_sqlalchemy==2.5.1
 mysqlclient==1.4.6
 flask-cors==3.0.10