Skip to content

Commit

Permalink
chore(batch-predictor,pyfunc-server): Bump merlin-sdk version in batc…
Browse files Browse the repository at this point in the history
…h predictor and pyfunc server (#582)

# Description
This PR bumps up the maximum version of the `merlin-sdk` used in the
batch predictor and pyfunc server packages. This is a temporary measure
to allow the batch predictor and pyfunc server to use the latest version
of the SDK until the CICD pipelines get reworked to allow all 3
components to be published with the same version number.

# Modifications
- `python/batch-predictor/requirements.txt` - Bumping up of `merlin-sdk`
version
- `python/pyfunc-server/requirements.txt` - Bumping up of `merlin-sdk`
version

# Tests
<!-- Besides the existing / updated automated tests, what specific
scenarios should be tested? Consider the backward compatibility of the
changes, whether corner cases are covered, etc. Please describe the
tests and check the ones that have been completed. Eg:
- [x] Deploying new and existing standard models
- [ ] Deploying PyFunc models
-->

# Checklist
- [x] Added PR label
- [ ] Added unit test, integration, and/or e2e tests
- [x] Tested locally
- [ ] Updated documentation
- [ ] Update Swagger spec if the PR introduce API changes
- [ ] Regenerated Golang and Python client if the PR introduces API
changes

# Release Notes
```release-note
NONE
```
  • Loading branch information
deadlycoconuts authored May 16, 2024
1 parent fc2d2ee commit cfd27a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/batch-predictor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cloudpickle==2.0.0
findspark==2.0.1
merlin-sdk<0.42.0
merlin-sdk<0.43.0
mlflow==1.26.1
pyarrow>=0.14.1,<11.0.0
pyspark==3.0.1
2 changes: 1 addition & 1 deletion python/pyfunc-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cloudpickle==2.0.0
confluent-kafka==2.3.0
grpcio-health-checking
grpcio-reflection
merlin-sdk<0.42.0
merlin-sdk<0.43.0
numpy>=1.8.2
orjson>=2.6.8
prometheus-client
Expand Down

0 comments on commit cfd27a2

Please sign in to comment.