Skip to content

Commit

Permalink
fix: updated poetry to use python 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 9, 2024
1 parent 7feba6d commit a8c736d
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 3 deletions.
66 changes: 64 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "vortex"}]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9.8"
# mlflow = "^2.4.1"
# pydantic = "^1.10.9"
# python-dotenv = "^1.0.0"
Expand Down

0 comments on commit a8c736d

Please sign in to comment.