We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0779455 commit 1238341Copy full SHA for 1238341
Dockerfile
@@ -33,10 +33,10 @@ RUN pip install --upgrade pip \
33
ipython \
34
jupyterlab \
35
antspyx==0.6.1 \
36
- antspynet==0.3.0 \
37
- antspyt1w==1.1.2 \
38
- antspymm==1.6.2 \
39
- siq==0.3.8
+ antspynet==0.3.1 \
+ antspyt1w==1.1.3 \
+ antspymm==1.6.4 \
+ siq==0.4.1
40
41
# for downloading example data from open neuro
42
RUN pip3 --no-cache-dir install --upgrade awscli
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "antspymm"
7
-version = "1.6.2"
+version = "1.6.4"
8
description = "multi-channel/time-series medical image processing with antspyx"
9
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments