Skip to content

Commit

Permalink
Pin alembic verison (#3363)
Browse files Browse the repository at this point in the history
Signed-off-by: Sid Murching <sid.murching@databricks.com>
  • Loading branch information
smurching committed Aug 31, 2020
1 parent 4ab2f24 commit f98e770
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 @@ -31,7 +31,7 @@ def package_files(directory):
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"mlflow": js_files + models_container_server_files + alembic_files},
install_requires=[
"alembic",
"alembic<=1.4.1",
"azure-storage-blob>=12.0",
"click>=7.0",
"cloudpickle",
Expand Down

0 comments on commit f98e770

Please sign in to comment.