Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano committed Aug 26, 2024
1 parent 432f8c9 commit 41ae679
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ furo = "^2021.9.22"
codecov = "^2.1.12"
click = "8.0.4"
flake8 = "4.0.1"
scipy = "^1.10.1"
scipy = [
{ version = ""^1.10.1"", markers = "python_version < '3.9'" },
{ version = ""^1.12.0"", markers = "python_version >= '3.9'" },
]
mypy = "^1.11.1"
pyproject-flake8 = "4.0.1"

Expand Down

0 comments on commit 41ae679

Please sign in to comment.