Skip to content

Commit

Permalink
add: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleyt0n committed Dec 24, 2023
1 parent 29399f9 commit fbe3a25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4.0.0"
scikit-learn = ">=1.0.2"

tqdm = {version=">=4.64.1", optional = true}
cvxpy = {extras=["cbc"], version=">1.3.0", optional = true}
cvxopt = {version=">=1.3.0", optional = true}
seaborn = {version=">=0.11.2", optional = true}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit fbe3a25

Please sign in to comment.