Skip to content

Commit

Permalink
update numpy and scipy version to reflect support of only py 3.10 and…
Browse files Browse the repository at this point in the history
… above
  • Loading branch information
CPrescher committed Jul 23, 2024
1 parent aaf7b5b commit 9ff17a2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ files = ["glassure/__init__.py"]

[tool.poetry.dependencies]
python = "^3.10"
numpy = [
{ version = "^1.24.0", python = "<3.10" },
{ version = "^1.26.0", python = ">=3.10" }
]
scipy = [
{ version = "^1.9.3", python = "<3.10" },
{ version = "^1.11.3", python = ">=3.10" }
]
numpy = "^1.26.0"
scipy = "^1.11.3"
lmfit = "^1.2.0"
pandas = "^2.1.0"
pydantic = "^2.7.1"
Expand Down

0 comments on commit 9ff17a2

Please sign in to comment.