Skip to content

Commit

Permalink
Removed dependency on oldest-supported-numpy (#692)
Browse files Browse the repository at this point in the history
# Description


## Type of change
- [x] Bug fix & code cleanup
- [ ] New feature
- [ ] Documentation update
- [ ] Test update

## Checklist for the reviewer
This checklist should be used as a help for the reviewer.

- [ ] Is the change limited to one issue?
- [ ] Does this PR close the issue?
- [ ] Is the code easy to read and understand?
- [ ] Do all new feature have an accompanying new test?
- [ ] Has the documentation been updated as necessary?
  • Loading branch information
francescalb committed Nov 3, 2023
2 parents 9aad066 + c3bf102 commit b70c216
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 = ["oldest-supported-numpy"]
requirements = ["numpy"]

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

0 comments on commit b70c216

Please sign in to comment.