Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 25, 2024
1 parent 71deebb commit fba1c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython>=0.29", "numpy >= 2"]
requires = ["setuptools", "wheel", "Cython>=0.29", "numpy>=2"]
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

# Get the numpy include directory.
numpy_include_dir = numpy.get_include()


# find_version
def find_version(pkg_name):
"""Finding package version."""
Expand Down

0 comments on commit fba1c5e

Please sign in to comment.