Skip to content

Commit

Permalink
Update scipy dependency to require version >=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Dec 18, 2024
1 parent e9b3811 commit 22ae4ca
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 @@ no_implicit_reexport = true

[project]
name = "upset-alttxt"
version = "0.4.6"
version = "0.4.7"
description = "Generates alt text for UpSet plots"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["numpy>=1.20,<2.0.0", "scipy>=1.14.1", "pydantic>=2.9.1"]
dependencies = ["numpy>=1.20,<2.0.0", "scipy>=1.0.0", "pydantic>=2.9.1"]

0 comments on commit 22ae4ca

Please sign in to comment.