Skip to content

Commit

Permalink
rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Mar 19, 2024
1 parent ee39631 commit d7c32f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macapype/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.5.2-rc3'
__version__ = '0.3.5.2-rc4'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup


required_packages=[
required_packages = [
"nipype", "nilearn", "networkx",
"pybids", "scikit-image", "nibabel==3.2.2",
"numpy==1.22", "brain-slam"]
Expand Down Expand Up @@ -34,7 +34,7 @@
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
license='BSD 3',
entry_points = {
entry_points={
'console_scripts': ['segment_pnh = workflows.segment_pnh:main']},
install_requires= required_packages,
install_requires=required_packages,
include_package_data=True)

0 comments on commit d7c32f4

Please sign in to comment.