Skip to content

Commit

Permalink
dependencies: force scipy 1.15 for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Jan 23, 2025
1 parent a1224d8 commit 830dd3e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 2 deletions.
61 changes: 59 additions & 2 deletions poetry.lock

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

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
]
keywords = [
Expand Down Expand Up @@ -76,6 +77,11 @@ tabulate = ">=0.9.0"
tqdm = ">=4"
typing-extensions = ">=4.0.0"

scipy = [
{ version = "^1.15", python = ">=3.10" },
{ version = "^1,<1.15", python = "<3.10" },
]

[tool.poetry.group.dev.dependencies]
autodoc-pydantic = "^2.0.1"
coverage = "^7.2.1"
Expand Down

0 comments on commit 830dd3e

Please sign in to comment.