Remove upper-bound for TensorFlow and NumPy
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
opencv-python==4.5.*
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
|
||||
@@ -1 +1 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
|
||||
@@ -1 +1 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
@@ -1,4 +1,4 @@
|
||||
py-cpuinfo>=7.0.0
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
progress>=1.5
|
||||
opencv-python>=4.5
|
||||
@@ -1,2 +1,2 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
opencv-python==4.5.*
|
||||
@@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
tensorflow>=1.15.5,<=2.10.0
|
||||
numpy>=1.16.6
|
||||
tensorflow>=1.15.5
|
||||
mxnet~=1.2.0; sys_platform == 'win32'
|
||||
mxnet~=1.7.0.post2; sys_platform != 'win32'
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
|
||||
@@ -2,7 +2,7 @@ mxnet~=1.2.0; sys_platform == 'win32'
|
||||
mxnet~=1.7.0.post2; sys_platform != 'win32'
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
defusedxml>=0.7.1
|
||||
urllib3>=1.26.4
|
||||
requests>=2.25.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
onnx>=1.8.1,<=1.12
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
tensorflow>=1.15.5,<=2.10.0
|
||||
numpy>=1.16.6
|
||||
tensorflow>=1.15.5
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
defusedxml>=0.7.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
tensorflow>=2.5,<=2.10.0
|
||||
numpy>=1.16.6
|
||||
tensorflow>=2.5
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
defusedxml>=0.7.1
|
||||
|
||||
@@ -68,7 +68,7 @@ INSTALL_REQUIRES = [
|
||||
"scipy~=1.7; python_version == '3.7'",
|
||||
"scipy>=1.8; python_version >= '3.8'",
|
||||
"jstyleson>=0.0.2",
|
||||
"numpy>=1.16.6,<=1.23.4",
|
||||
"numpy>=1.16.6",
|
||||
"addict>=2.4.0",
|
||||
"networkx<=2.8.8",
|
||||
"tqdm>=4.54.1",
|
||||
|
||||
Reference in New Issue
Block a user