Skip to content

Commit

Permalink
Bump grpcio from 1.53.0 to 1.53.2 in /python/requirements/chronos (#1…
Browse files Browse the repository at this point in the history
…0149)

* Bump grpcio from 1.53.0 to 1.53.2 in /python/requirements/chronos

Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.53.0...v1.53.2)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update setup.py

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shaojun Liu <[email protected]>
  • Loading branch information
dependabot[bot] and liu-shaojun authored Feb 18, 2024
1 parent 4e14c27 commit e6d2da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/chronos/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ def setup_package():
'tensorflow': ['bigdl-nano=='+VERSION] + TF_DEP,
'automl': ['optuna<=2.10.1', 'configspace<=0.5.0', 'SQLAlchemy<=1.4.27'],
'distributed:platform_system!="Windows"': ['bigdl-orca-spark3==' + VERSION,
'grpcio==1.53.0', 'pyarrow'] +
'grpcio==1.53.2', 'pyarrow'] +
ORCA_AUTOML_DEP,
'inference': ['bigdl-nano[inference]==' + VERSION],
'all': ['bigdl-nano[pytorch]==' + VERSION,
TF_DEP,
'optuna<=2.10.1', 'configspace<=0.5.0', 'SQLAlchemy<=1.4.27',
'bigdl-orca-spark3==' + VERSION +
';platform_system!="Windows"',
'grpcio==1.53.0',
'grpcio==1.53.2',
'pmdarima==1.8.5',
'prophet==1.1.0',
'holidays==0.24',
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/chronos/requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
optuna<=2.10.1
configspace<=0.5.0
SQLAlchemy<=1.4.27
grpcio==1.53.0
grpcio==1.53.2
pmdarima==1.8.5
prophet==1.1.0
tsfresh==0.17.0
Expand Down

0 comments on commit e6d2da4

Please sign in to comment.