Skip to content

Commit

Permalink
Update dependency scipy to <=1.12.0 (#113)
Browse files Browse the repository at this point in the history
* Update dependency scipy to <=1.12.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Jan 21, 2024
1 parent a0ba3af commit 6aaac01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ dependencies = [
"click-log<=0.4.0",
"matplotlib<=3.8.2",
"numpy<=1.26.3",
"scipy<=1.11.4"
"scipy<=1.12.0"
]
description = "Fluid-Structure Interaction for large deformation planing surfaces"
dynamic = ["version"]
license = {text = "MIT"}
name = "planingfsi"
readme = "README.md"
requires-python = ">=3.8,<3.12"
dynamic = ["version"]

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -73,6 +73,9 @@ files = [
ignore_missing_imports = true
python_version = "3.10"

[tool.setuptools_scm]
version_file = "src/planingfsi/_version.py"

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down Expand Up @@ -108,6 +111,3 @@ legacy_tox_ini = """
commands = coverage erase
"""

[tool.setuptools_scm]
version_file = "src/planingfsi/_version.py"

0 comments on commit 6aaac01

Please sign in to comment.