Skip to content

Commit

Permalink
new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Nov 11, 2023
1 parent 6d1d217 commit a1ec632
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,25 @@ license = "MIT"
python = "^3.7.1"
exact-cover = "0.4.3"
numpy = "^1.20"
pretty-poly = "0.2.0"
pretty-poly = "0.5.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
hypothesis = "^6.0.2"
pytest-profiling = "^1.7.0"
black = "^21.6b0"
pytest-fail-slow = "^0.1.0"

[tool.poetry.scripts]
test = 'run_tests:run_tests'
doctest = 'run_tests:run_doctests'

[tool.poetry.group.dev.dependencies]
pytest-fail-slow = ">=0.2.0,<0.3.0"


[tool.poetry.group.jupyter.dependencies]
jupyter = "^1.0.0"

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

0 comments on commit a1ec632

Please sign in to comment.