Skip to content

Commit 1238341

Browse files
committed
DOC: latest versions for more stable comp
1 parent 0779455 commit 1238341

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ RUN pip install --upgrade pip \
3333
ipython \
3434
jupyterlab \
3535
antspyx==0.6.1 \
36-
antspynet==0.3.0 \
37-
antspyt1w==1.1.2 \
38-
antspymm==1.6.2 \
39-
siq==0.3.8
36+
antspynet==0.3.1 \
37+
antspyt1w==1.1.3 \
38+
antspymm==1.6.4 \
39+
siq==0.4.1
4040

4141
# for downloading example data from open neuro
4242
RUN pip3 --no-cache-dir install --upgrade awscli

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "antspymm"
7-
version = "1.6.2"
7+
version = "1.6.4"
88
description = "multi-channel/time-series medical image processing with antspyx"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)