Skip to content

Commit

Permalink
add versioneer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 11, 2023
1 parent b3dc4f0 commit c986606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools", "cython", "numpy"]
requires = ["setuptools", "cython", "numpy", "versioneer"]
build-backend = "setuptools.build_meta"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):
ext_modules=[cfisher_ext],
cmdclass=cmdclass,
# install_requires=['numpy'],
setup_requires=["numpy", "cython"],
setup_requires=["numpy", "cython", "versioneer"],
keywords="statistics cython",
license="BSD",
packages=["fisher"],
Expand Down

0 comments on commit c986606

Please sign in to comment.