Skip to content

Commit

Permalink
Reverses 79e3df0 which pins numpy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cogswell committed Jul 31, 2024
1 parent 260ad72 commit e18a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
],
},
python_requires=">=3.6",
install_requires=["numpy<2"],
install_requires=["numpy"],
tests_require=["pytest"],
)

0 comments on commit e18a21f

Please sign in to comment.