Skip to content

Commit

Permalink
upgrade poetry log on intro to poetry project
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Sep 6, 2023
1 parent 911e8c0 commit 00243ec
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/mini-projects/recommendation-system/setting-up-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,18 @@ readme = "README.md"
python = "^3.10"
duckdb = "0.8.1"
requests = "^2.31"
pandas = "^2.0.1"
matplotlib = "^3.6.0"
pandas="2.0.3"
matplotlib = "3.6.0"
python-dotenv="1.0.0"
ploomber = "^0.22.4"
jupysql = "^0.9.0"
ploomber = "0.22.4"
jupysql = "0.10.1"
duckdb-engine = "0.9.2"
scikit-learn = "1.3.0"
fastapi = "^0.103.0"
pytest = "7.4.0"
uvicorn = "0.23.2"
httpx = "^0.24.1"


[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 00243ec

Please sign in to comment.