File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
maestro_worker_python/data Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pip install git+https://github.com/moises-ai/maestro-worker-python.git
1010
1111To install a version (recommended):
1212```
13- pip install git+https://github.com/moises-ai/maestro-worker-python.git@3.5.4
13+ pip install git+https://github.com/moises-ai/maestro-worker-python.git@4.0.0
1414```
1515
1616## Maestro init
Original file line number Diff line number Diff line change 1- FROM python:3.8
1+ FROM python:3.9
22# You may have the model on your machine for testing using docker-compose
33# Don't commit the model to the repo and download it from storage during CI
44# A Github actions example is given later on the Deployment section
Original file line number Diff line number Diff line change 1- git+https://github.com/moises-ai/maestro-worker-python.git@3.5.4
1+ git+https://github.com/moises-ai/maestro-worker-python.git@4.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " maestro-worker-python"
3- version = " 3.5.4 "
3+ version = " 4.0.0 "
44description = " Utility to run workers on Moises/Maestro"
55authors = [" Moises.ai" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments