Skip to content

Commit

Permalink
Trying to fix cython version so that scikit-learn installs
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Jul 18, 2023
1 parent c440d3d commit 177e2e9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
53 changes: 52 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pygraphviz = { version = "1.7", optional = true }
networkx = { version = "^2.6.3", optional = true }
matplotlib = { version = "^3.5.0", optional = true }
pyinstaller = {version = "^5.6", optional = true}
cython = "0.29.36"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 177e2e9

Please sign in to comment.