Skip to content

Commit

Permalink
added pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Jan 22, 2024
1 parent 01913d2 commit 86022b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
@@ -0,0 +1,15 @@
[tool.poetry]
name = "dummy"
version = "0.0.0"
description = ""
authors = []

[tool.poetry.dependencies]
python = "^3.9"
scikit-learn = "1.3"
yellowbrick = "1.5"
pandas = "2.1.4"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 86022b4

Please sign in to comment.