Skip to content

Commit

Permalink
fix: reduced to python 3.8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jul 26, 2023
1 parent 52c8157 commit 4a3b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "mlflowops"}]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
pandas = "^2.0.3"
pydantic = "^2.0.3"
mlflow = "^2.5.0"
Expand Down

0 comments on commit 4a3b749

Please sign in to comment.