Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Nov 11, 2023
1 parent 8d0d94a commit b590a2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.7.1"
exact-cover = "1.0"
numpy = "^1.20"
exact-cover = "1.3.0"
pretty-poly = "0.2.0"

[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"

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

0 comments on commit b590a2b

Please sign in to comment.