Skip to content

Commit

Permalink
move scipy dep to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy committed Jun 18, 2024
1 parent 388e112 commit 7abe91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ PyYAML = "^6.0"
click = "^8.0.3"
pendulum = "^3.0.0"
appdirs = "^1.4.4"
scipy = "^1.11.1"

[tool.poetry.group.docs]
optional = true
Expand All @@ -54,6 +53,7 @@ pytest = "^7.1.3"
pytest-cov = "4.0.0"
pylint = "^3.1.0"
pyfakefs = "^5.2.3"
scipy = "^1.11.1"

[tool.poetry.group.dev.dependencies]
pdbpp = "^0.10.3"
Expand Down

0 comments on commit 7abe91e

Please sign in to comment.