Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Feb 8, 2021
2 parents b535e62 + e491533 commit 10ef75f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include clinicadl/clinicadl/preprocessing/t1_extensive/info.json
include README.md
include clinicadl/VERSION
include LICENSE.txt
include clinicadl/clinicadl/preprocessing/t1_extensive/info.json
1 change: 1 addition & 0 deletions clinicadl/LICENSE.txt
1 change: 1 addition & 0 deletions clinicadl/MANIFEST.in
2 changes: 1 addition & 1 deletion clinicadl/clinicadl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0rc1
0.2.0rc2
2 changes: 1 addition & 1 deletion clinicadl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
'Intended Audience :: Developers',
'Programming Language :: Python',
],
install_requires=["numpy>=1.17", "clinica>=0.3.6", "tensorboardX"],
install_requires=["numpy>=1.17", "clinica>=0.3.8", "tensorboardX"],
python_requires='>=3.6',
)

0 comments on commit 10ef75f

Please sign in to comment.