Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Update requirements #225

Merged
merged 1 commit into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .neurodocker.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"numpy=1.17.2",
"scipy=1.3.1",
"scikit-learn=0.21.3",
"matplotlib=3.1.1",
"matplotlib=3.1.3",
"seaborn=0.10.0",
"pytables=3.5.2",
"pandas=0.25.1",
"patsy=0.5.1",
Expand Down
14 changes: 9 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Your version: 0.6.0 Latest version: 0.6.0
# Generated by Neurodocker version 0.6.0
# Timestamp: 2020-01-09 15:50:39 UTC
# Your version: 0.6.0+5.g74cb187.dirty Latest version: 0.6.0
# Generated by Neurodocker version 0.6.0+5.g74cb187.dirty
# Timestamp: 2020-03-30 19:14:46 UTC
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
Expand All @@ -10,6 +10,8 @@

FROM neurodebian@sha256:5fbbad8c68525b588a459092254094436aae9dc1f3920f8d871a03053b10377c

USER root

ARG DEBIAN_FRONTEND="noninteractive"

ENV LANG="en_US.UTF-8" \
Expand Down Expand Up @@ -77,7 +79,8 @@ RUN conda install -y -q --name neuro \
"numpy=1.17.2" \
"scipy=1.3.1" \
"scikit-learn=0.21.3" \
"matplotlib=3.1.1" \
"matplotlib=3.1.3" \
"seaborn=0.10.0" \
"pytables=3.5.2" \
"pandas=0.25.1" \
"patsy=0.5.1" \
Expand Down Expand Up @@ -169,7 +172,8 @@ RUN echo '{ \
\n "numpy=1.17.2", \
\n "scipy=1.3.1", \
\n "scikit-learn=0.21.3", \
\n "matplotlib=3.1.1", \
\n "matplotlib=3.1.3", \
\n "seaborn=0.10.0", \
\n "pytables=3.5.2", \
\n "pandas=0.25.1", \
\n "patsy=0.5.1", \
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
nistats @ git+https://github.com/nistats/nistats.git@e88a5f
seaborn @ git+https://github.com/mwaskom/seaborn.git@065d3c1ed58b029d61913cca8fc315cc985ffc91
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python_requires = >=3.6
install_requires =
nibabel>=2.0
nipype>=1.1.6
seaborn>=0.7.1
seaborn>=0.10.0
numpy>=1.11
nilearn>=0.4
pandas>=0.19
Expand Down