Skip to content

Commit

Permalink
[pyproject] allow numpy>=1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
spj101 committed Nov 7, 2022
1 parent 2943177 commit 880fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Physics"
]
dependencies = ["numpy>=1.23", "sympy>=1.10.1"]
dependencies = ["numpy>=1.16", "sympy>=1.10.1"]
description = 'Numerical evaluator of integrals implementing the "Sector Decomposition" method (arXiv:2108.10807, arXiv:1703.09692, arXiv:hep-ph/0004013, arXiv:0803.4177).'
license = "GPLv3"
readme = "README.md"
Expand Down

0 comments on commit 880fb96

Please sign in to comment.