Skip to content

Commit 22ae4ca

Browse files
committed
Update scipy dependency to require version >=1.0.0
1 parent e9b3811 commit 22ae4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ no_implicit_reexport = true
2424

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

0 commit comments

Comments
 (0)