Skip to content

Commit

Permalink
Move setuptools_scm to be a setup requirement, instead of installation.
Browse files Browse the repository at this point in the history
Closes #73.
  • Loading branch information
arokem committed Dec 20, 2023
1 parent 86d5c98 commit 81c3efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ python_requires = >=3.8
setup_requires =
packaging >= 19.0
cython >= 0.29
install_requires =
setuptools_scm
install_requires =
deepdiff
nibabel >= 5
numpy >= 1.22
Expand Down

0 comments on commit 81c3efd

Please sign in to comment.