Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano committed Aug 26, 2024
1 parent 7b28f8c commit ab075b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ codecov = "^2.1.12"
click = "8.0.4"
flake8 = "4.0.1"
scipy = [
{ version = ""^1.10.1"", markers = "python_version < '3.9'" },
{ version = ""^1.12.0"", markers = "python_version >= '3.9'" }
{ 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 ab075b0

Please sign in to comment.