Skip to content

Commit

Permalink
Update pyproject.toml: close quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin authored Jul 4, 2024
1 parent b2d21aa commit f5949d5
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 @@ -15,7 +15,7 @@ requires = [
"wheel", # ephem package likes to have wheel installed
"cython",
'numpy>=2.0.0; python_version > "3.8"',
'numpy<2.0; python_version == "3.8",
'numpy<2.0; python_version == "3.8"',
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit f5949d5

Please sign in to comment.