Update labeler and numpy (#18136)

This commit is contained in:
Przemyslaw Wysocki 2023-06-19 16:21:10 +02:00 committed by GitHub
parent b9575d9586
commit b63e8433b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 8 deletions

1
.github/labeler.yml vendored
View File

@ -41,6 +41,7 @@
'category: dependency_changes':
- '**/requirement*.txt'
- '**/constraints*.txt'
- 'scripts/**/*'
- '.gitmodules'
- '**/setup.py'

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6,<1.25.0
numpy>=1.16.6,<1.26
networkx
protobuf
defusedxml

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6,<1.25.0
numpy>=1.16.6,<1.26
networkx
defusedxml
requests

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6,<1.25.0
numpy>=1.16.6,<1.26
mxnet
networkx
defusedxml

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6,<1.25.0
numpy>=1.16.6,<1.26
onnx
networkx
defusedxml

View File

@ -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

View File

@ -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