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':
|
||||
- '**/requirement*.txt'
|
||||
- '**/constraints*.txt'
|
||||
- 'scripts/**/*'
|
||||
- '.gitmodules'
|
||||
- '**/setup.py'
|
||||
|
@ -1,6 +1,6 @@
|
||||
# used in multiple components
|
||||
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
|
||||
|
||||
# pytest
|
||||
|
@ -1,4 +1,4 @@
|
||||
numpy>=1.16.6,<1.26.0
|
||||
numpy>=1.16.6,<1.26
|
||||
attrs==23.1.0
|
||||
distro==1.8.0
|
||||
h5py>=3.1.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
-c ../constraints.txt
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
networkx
|
||||
protobuf
|
||||
defusedxml
|
||||
|
@ -1,5 +1,5 @@
|
||||
-c ../constraints.txt
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
networkx
|
||||
defusedxml
|
||||
requests
|
||||
|
@ -1,5 +1,5 @@
|
||||
-c ../constraints.txt
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
mxnet
|
||||
networkx
|
||||
defusedxml
|
||||
|
@ -1,5 +1,5 @@
|
||||
-c ../constraints.txt
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
onnx
|
||||
networkx
|
||||
defusedxml
|
||||
|
@ -1,6 +1,6 @@
|
||||
-c ../constraints.txt
|
||||
tensorflow>=1.15.5,<2.13.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
networkx
|
||||
defusedxml
|
||||
requests
|
||||
|
@ -1,6 +1,6 @@
|
||||
-c ../constraints.txt
|
||||
tensorflow>=2.5,<2.13.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
numpy>=1.16.6,<1.26
|
||||
networkx
|
||||
defusedxml
|
||||
requests
|
||||
|
Loading…
Reference in New Issue
Block a user