Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
ANSRV_GEO_PORT: 700
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
GEO_CONT_NAME: ans_geo
RESET_IMAGE_CACHE: 5
RESET_IMAGE_CACHE: 6
IS_WORKFLOW_RUNNING: True
ARTIFACTORY_VERSION: v261

Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/2258.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade grpcio and protobuf
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"matplotlib>=3,<4",
"numpy>=1.20.3,<3",
"Pint>=0.18,<1",
"protobuf>=3.20.2,<6",
"protobuf>=3.20.2,<7",
"requests>=2,<3",
"scipy>=1.7.3,<2",
"semver>=3,<4",
Expand Down Expand Up @@ -62,12 +62,12 @@ tests = [
"beartype==0.21.0",
"docker==7.1.0",
"geomdl==5.4.0",
"grpcio==1.71.0",
"grpcio-health-checking==1.71.0",
"grpcio==1.75.0",
"grpcio-health-checking==1.75.0",
"matplotlib==3.10.6",
"numpy==2.2.6",
"Pint==0.24.4",
"protobuf==5.29.3",
"protobuf==6.32.1",
"pygltflib==1.16.5",
"pytest==8.4.2",
"pytest-cov==6.3.0",
Expand All @@ -93,8 +93,8 @@ doc = [
"beartype==0.21.0",
"docker==7.1.0",
"geomdl==5.4.0",
"grpcio==1.71.0",
"grpcio-health-checking==1.71.0",
"grpcio==1.75.0",
"grpcio-health-checking==1.75.0",
"ipyvtklink==0.2.3",
"jupyter_sphinx==0.5.3",
"jupytext==1.17.3",
Expand All @@ -108,7 +108,7 @@ doc = [
"panel==1.8.1",
"pdf2image==1.17.0",
"Pint==0.24.4",
"protobuf==5.29.3",
"protobuf==6.32.1",
"pygltflib==1.16.5",
"pyvista[jupyter]==0.46.3",
"quarto-cli==1.8.24",
Expand Down