Skip to content

Commit 4199949

Browse files
authored
Merge pull request #8 from QuantEcon/v2_update
remove numpy pin
2 parents 1370f12 + 7ffb36b commit 4199949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
dynamic = ["description", "version"]
2222
requires-python = ">=3.7"
2323
dependencies = [
24-
'numpy>=2',
24+
'numpy',
2525
'requests',
2626
'scipy>=1.5.0',
2727
'sympy',

0 commit comments

Comments
 (0)