Skip to content

Commit

Permalink
Add pydantic so multinet tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Sep 10, 2024
1 parent e204ea3 commit d86e752
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.3.7"
version = "0.3.8"
description = "Generates alt text for UpSet plots"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["numpy>=2.1.1", "scipy>=1.14.1"]
dependencies = ["numpy>=2.1.1", "scipy>=1.14.1", "pydantic>=2.9.1"]

0 comments on commit d86e752

Please sign in to comment.