Revert "pin max numpy version to 1.22.x"

This reverts commit 997db773c3.
This commit is contained in:
torzdf 2022-08-03 00:57:47 +01:00
parent 997db773c3
commit 6cd30126fd
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
protobuf>= 3.19.0,<3.20.0 # TF has started pulling in incompatible protobuf
numpy>=1.21.0,<1.23.0
numpy>=1.21.0; python_version < '3.8'
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.21.0,<1.23.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,4 +1,5 @@
-r _requirements_base.txt
numpy>=1.21.0,<1.23.0
numpy>=1.21.0; python_version < '3.8'
numpy>=1.22.0; python_version >= '3.8'
tensorflow-gpu>=2.7.0,<2.10.0
pynvx==1.0.0 ; sys_platform == "darwin"