Skip to content

Commit

Permalink
possibly fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Jan 16, 2024
1 parent dc4c702 commit 0b56fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ numpy = [
{version = "<1.24", python = "<3.9"}
]
scipy = [
{version = ">=1.11.3", python = ">=3.9", optional = true},
{version = ">=1.9.3", python = "<3.9", optional = true}
{version = ">=1.11.3", python = ">=3.12", optional = true},
{version = ">=1.9.3", python = "<3.12", optional = true}
]
matplotlib = { version = ">=3.4.3", optional = true }
pillow = { version = ">=8.4.0", optional = true }
Expand Down

0 comments on commit 0b56fd1

Please sign in to comment.