Skip to content

Commit

Permalink
Try move around the dependencies to get them to install
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Sep 10, 2024
1 parent 6c268be commit e204ea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==68.2.2", "wheel", "numpy>=2.1.1", "scipy>=1.14.1"]
requires = ["setuptools==68.2.2", "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand All @@ -24,7 +24,8 @@ no_implicit_reexport = true

[project]
name = "upset-alttxt"
version = "0.3.6"
version = "0.3.7"
description = "Generates alt text for UpSet plots"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["numpy>=2.1.1", "scipy>=1.14.1"]

0 comments on commit e204ea3

Please sign in to comment.