Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngg1995 authored Sep 10, 2024
1 parent cd9babc commit 91e2fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "pba"
# dynamic = ["version"]
version = "0.90.1"
dynamic = ["version"]
# version = "0.90.1"
dependencies = [
'numpy>=1.26.2',
'scipy>=1.11.4',
Expand All @@ -22,4 +22,4 @@ Documentation = "https://pba-for-python.readthedocs.io/en/latest/"
Repository = "https://github.com/Institute-for-Risk-and-Uncertainty/pba-for-python"

[tool.setuptools]
packages = ["pba", "pba.pbox_constructors"]
packages = ["pba", "pba.pbox_constructors"]

0 comments on commit 91e2fb4

Please sign in to comment.