Update labeler and numpy (#18136)
This commit is contained in:
parent
b9575d9586
commit
b63e8433b0
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@ -41,6 +41,7 @@
|
|||||||
|
|
||||||
'category: dependency_changes':
|
'category: dependency_changes':
|
||||||
- '**/requirement*.txt'
|
- '**/requirement*.txt'
|
||||||
|
- '**/constraints*.txt'
|
||||||
- 'scripts/**/*'
|
- 'scripts/**/*'
|
||||||
- '.gitmodules'
|
- '.gitmodules'
|
||||||
- '**/setup.py'
|
- '**/setup.py'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# used in multiple components
|
# used in multiple components
|
||||||
onnx==1.13.1 # Python bindings, ONNX Frontend
|
onnx==1.13.1 # Python bindings, ONNX Frontend
|
||||||
numpy>=1.16.6,<1.25 # Python bindings, frontends
|
numpy>=1.16.6,<1.26 # Python bindings, frontends
|
||||||
protobuf>=3.18.1,<4.0.0 # Python bindings, frontends
|
protobuf>=3.18.1,<4.0.0 # Python bindings, frontends
|
||||||
|
|
||||||
# pytest
|
# pytest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
numpy>=1.16.6,<1.26.0
|
numpy>=1.16.6,<1.26
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
distro==1.8.0
|
distro==1.8.0
|
||||||
h5py>=3.1.0
|
h5py>=3.1.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
networkx
|
networkx
|
||||||
protobuf
|
protobuf
|
||||||
defusedxml
|
defusedxml
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
networkx
|
networkx
|
||||||
defusedxml
|
defusedxml
|
||||||
requests
|
requests
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
mxnet
|
mxnet
|
||||||
networkx
|
networkx
|
||||||
defusedxml
|
defusedxml
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
onnx
|
onnx
|
||||||
networkx
|
networkx
|
||||||
defusedxml
|
defusedxml
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
tensorflow>=1.15.5,<2.13.0
|
tensorflow>=1.15.5,<2.13.0
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
networkx
|
networkx
|
||||||
defusedxml
|
defusedxml
|
||||||
requests
|
requests
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-c ../constraints.txt
|
-c ../constraints.txt
|
||||||
tensorflow>=2.5,<2.13.0
|
tensorflow>=2.5,<2.13.0
|
||||||
numpy>=1.16.6,<1.25.0
|
numpy>=1.16.6,<1.26
|
||||||
networkx
|
networkx
|
||||||
defusedxml
|
defusedxml
|
||||||
requests
|
requests
|
||||||
|
Loading…
Reference in New Issue
Block a user