Skip to content

Commit

Permalink
Add pre-release commit, version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Aug 10, 2020
1 parent eaaf3b2 commit b1905a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clinica/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.5
0.3.6
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ***** Requirements with Version Specifiers *****
# See https://www.python.org/dev/peps/pep-0440/#version-specifiers
-r requirements.txt
nipy >= 0.4.2
pytest
pytest-timeout
pytest-xdist
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ argcomplete >= 1.9.4
pandas >= 0.24.2
jinja2 >= 2.10.1
xvfbwrapper == 0.2.9
numpy == 1.17
numpy >= 1.17
scikit-learn >= 0.20.0
nipy >= 0.4.2
nilearn >= 0.6.0
colorama >= 0.4.1
xgboost == 0.80
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
'Intended Audience :: Developers',
'Programming Language :: Python',
],
install_requires=requirements
install_requires=requirements,
python_requires='>=3.6'
)

0 comments on commit b1905a9

Please sign in to comment.