Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing dev tests with numpy 2.0 #1006

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
Testing dev tests with numpy 2.0
hbrown-ST authored and zacharyburnett committed Jul 5, 2024
commit fd7cf3fe32d228ddbf623d829909b2c62172ca21
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ dependencies = [
"asdf != 3.0.0",
"requests",
"parsley",
{file = ["requirements-dev-numpy.txt"]},
"requirements-dev-numpy.txt",

]
dynamic = ["version"]