Skip to content

Commit

Permalink
Run python3 dev/update_requirements.py --requirements-...
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
  • Loading branch information
mlflow-automation committed Jun 11, 2024
1 parent 5b7e556 commit 8847637
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/core-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sqlalchemy<3,>=1.4.0
gunicorn<23; platform_system != 'Windows'
waitress<4; platform_system == 'Windows'
scikit-learn<2
pyarrow<16,>=4.0.0
pyarrow<17,>=4.0.0
markdown<4,>=3.3
Jinja2<4,>=2.11; platform_system != 'Windows'
Jinja2<4,>=3.0; platform_system == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion requirements/core-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ scikit-learn:
pyarrow:
pip_release: pyarrow
minimum: "4.0.0"
max_major_version: 15
max_major_version: 16

markdown:
pip_release: markdown
Expand Down
2 changes: 1 addition & 1 deletion requirements/gateway-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fastapi:
uvicorn:
pip_release: uvicorn
extras:
- standard
- standard
max_major_version: 0

watchfiles:
Expand Down
2 changes: 1 addition & 1 deletion requirements/skinny-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cloudpickle<4
entrypoints<1
gitpython<4,>=3.1.9
pyyaml<7,>=5.1
protobuf<5,>=3.12.0
protobuf<6,>=3.12.0
pytz<2025
requests<3,>=2.17.3
packaging<25
Expand Down
2 changes: 1 addition & 1 deletion requirements/skinny-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyyaml:
protobuf:
pip_release: protobuf
minimum: "3.12.0"
max_major_version: 4
max_major_version: 5

pytz:
pip_release: pytz
Expand Down

0 comments on commit 8847637

Please sign in to comment.