Skip to content

Commit bdce45c

Browse files
committed
correcting numpy version range in pyuda pyproject.toml
1 parent 9cb3bc4 commit bdce45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/wrappers/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "uda"
1313
dynamic = ["version"]
1414
readme = {file = 'README.md', content-type = "text/markdown"}
1515
license = {text = "Apache-2.0 license"}
16-
dependencies = ["numpy", "six"]
16+
dependencies = ["numpy>1.7, <2", "six"]
1717
requires-python = ">= 3.5"
1818

1919
classifiers = [

0 commit comments

Comments
 (0)