Update python 3.7 pins

This commit is contained in:
torzdf 2022-08-02 17:33:43 +01:00
parent 92f142b8e7
commit 3b95c3c9c2
4 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ psutil>=5.9.0
opencv-python>=4.6.0.0
pillow>=9.2.0
scikit-learn==1.0.2; python_version < '3.8'
scikit-learn>=1.1.0; python_version > '3.7'
scikit-learn>=1.1.0; python_version >= '3.8'
fastcluster>=1.2.6
matplotlib>=3.5.1
imageio>=2.19.3

View File

@ -1,6 +1,6 @@
protobuf>= 3.19.0,<3.20.0 # TF has started pulling in incompatible protobuf
numpy>=1.21.0; python_version < '3.8'
numpy>=1.22.0; python_version > '3.7'
numpy>=1.22.0; python_version >= '3.8'
tensorflow-macos>=2.8.0,<2.10.0
tensorflow-deps>=2.8.0,<2.10.0
tensorflow-metal>=0.4.0,<0.6.0

View File

@ -1,3 +1,4 @@
-r _requirements_base.txt
numpy>=1.22.0
numpy>=1.21.0; python_version < '3.8'
numpy>=1.22.0; python_version >= '3.8'
tensorflow>=2.7.0,<2.10.0

View File

@ -1,5 +1,5 @@
-r _requirements_base.txt
numpy>=1.21.0; python_version < '3.8'
numpy>=1.22.0; python_version > '3.7'
numpy>=1.22.0; python_version >= '3.8'
tensorflow-gpu>=2.7.0,<2.10.0
pynvx==1.0.0 ; sys_platform == "darwin"