Skip to content

Commit

Permalink
Consistent dependency of oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 12, 2023
1 parent 76583f5 commit 7471258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
str(cmake_bdist_dir / ext.name), str(Path(output_dir) / ext.name)
)

requirements = ["numpy"]
requirements = ["oldest-supported-numpy"]

# Populate extra_requirements from requirements_*.txt
extra_requirements = {}
Expand Down

0 comments on commit 7471258

Please sign in to comment.