Skip to content

Commit

Permalink
prepare for v2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
servoz committed Dec 19, 2023
1 parent e64de08 commit f5b3b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capsul/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Capsul current version
version_major = 2
version_minor = 4
version_minor = 5
version_micro = 0
version_extra = ""

Expand Down Expand Up @@ -61,7 +61,7 @@
NUMPY_MIN_VERSION = "1.17"
SCIPY_MIN_VERSION = "1.5"
TRAITS_MIN_VERSION = "4.6"
NIPYPE_VERSION = "1.1"
NIPYPE_MIN_VERSION = "1.8"

# Main setup parameters
NAME = "capsul"
Expand Down Expand Up @@ -100,7 +100,7 @@
"scipy>={0}".format(SCIPY_MIN_VERSION),
"nibabel>={0}".format(NIBABEL_MIN_VERSION),
"networkx>={0}".format(NETWORKX_MIN_VERSION),
"nipype=={0}".format(NIPYPE_VERSION),
"nipype>={0}".format(NIPYPE_MIN_VERSION),
],
}

Expand Down

0 comments on commit f5b3b80

Please sign in to comment.