Skip to content

Commit

Permalink
build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Jan 20, 2024
1 parent 30ab0fb commit 5c2a03e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ networkx = ">=2.8.8"
pandas = "^2.1.4"
python = ">=3.11,<3.13"
scipy = "^1.11.4"
types-setuptools = "^69.0.0.20240115"

[tool.poetry.group.dev.dependencies]
commitizen = "^3.13.0"
Expand All @@ -51,8 +52,8 @@ tox-current-env = "^0.0.11"
twine = "^4.0.2"

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

[tool.ruff]
ignore-init-module-imports = true

0 comments on commit 5c2a03e

Please sign in to comment.