From 3dc543e0df2806da471c44174a9a27a03f22c331 Mon Sep 17 00:00:00 2001 From: J Wyman Date: Fri, 26 Jun 2026 13:47:04 -0400 Subject: [PATCH 1/3] update grpcio requirement --- pyproject.toml | 3 +-- requirements.txt | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 58161cc9..290825f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "distro>=1.5.0", "docker>=4.3.1", "gevent>=22.08.0", - "grpcio>=1.63.0,<1.68", + "grpcio>=1.81.1", "httplib2>=0.19.0", "importlib_metadata>=7.1.0", "matplotlib>=3.3.4", @@ -110,4 +110,3 @@ line_length = 88 balanced_wrapping = true indent = " " skip = ["build"] - diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..09a7c3ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,32 @@ +# Copyright 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +cryptography>=3.3.2 +distro>=1.5.0 +docker>=4.3.1 +gevent>=22.08.0 +grpcio>=1.81.1 +httplib2>=0.19.0 +importlib_metadata>=7.1.0 +matplotlib>=3.3.4 +numba>=0.51.2 +optuna==3.6.1 +pdfkit>=0.6.1 +prometheus_client>=0.9.0 +protobuf +psutil>=5.8.0 +pyyaml>=5.3.1 +requests>=2.24.0 +tritonclient[all]>=2.4.0 +urllib3>=2.0.7 From ea98d15f36735eca520d34ba91971a2834b99708 Mon Sep 17 00:00:00 2001 From: J Wyman Date: Fri, 10 Jul 2026 10:46:34 -0400 Subject: [PATCH 2/3] Update pyproject.toml Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 290825f4..59fc2438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 332537c621fc0899ec3f399274cecaa7f7dc4fcb Mon Sep 17 00:00:00 2001 From: J Wyman Date: Fri, 10 Jul 2026 13:29:01 -0400 Subject: [PATCH 3/3] remove accidentally added file --- requirements.txt | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 09a7c3ba..00000000 --- a/requirements.txt +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -cryptography>=3.3.2 -distro>=1.5.0 -docker>=4.3.1 -gevent>=22.08.0 -grpcio>=1.81.1 -httplib2>=0.19.0 -importlib_metadata>=7.1.0 -matplotlib>=3.3.4 -numba>=0.51.2 -optuna==3.6.1 -pdfkit>=0.6.1 -prometheus_client>=0.9.0 -protobuf -psutil>=5.8.0 -pyyaml>=5.3.1 -requests>=2.24.0 -tritonclient[all]>=2.4.0 -urllib3>=2.0.7