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': 'category: dependency_changes':
- '**/requirement*.txt' - '**/requirement*.txt'
- '**/constraints*.txt'
- 'scripts/**/*' - 'scripts/**/*'
- '.gitmodules' - '.gitmodules'
- '**/setup.py' - '**/setup.py'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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