Skip to content

Commit

Permalink
Merge pull request #912 from InfuseAI/chore/fix-ruamel.yaml-version
Browse files Browse the repository at this point in the history
[Chore] Fix ruamel.yaml version on v0.17.*
  • Loading branch information
kentwelcome authored Oct 24, 2023
2 parents 50d19c5 + db1dd60 commit bf71b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _get_version():
python_requires=">=3.8",
packages=find_packages(),
install_requires=[
'ruamel.yaml',
'ruamel.yaml<0.18.0',
'sqlalchemy>=1.4',
'sentry-sdk',
'rich>=12.0.0',
Expand Down

0 comments on commit bf71b4a

Please sign in to comment.