Skip to content

Commit

Permalink
specfiying version ranges did not solve matplotlib issues. For now st…
Browse files Browse the repository at this point in the history
…ick to python < 3.10. As soon as matplotlib becomes available for higher python versions we should remove that constraint
  • Loading branch information
JohannesWiesner committed Nov 2, 2023
1 parent 34bcf24 commit 7df34b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/packages.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ neurokit2 conda install -c conda-forge neurokit2 conda conda-forge statistical
fmriprep-docker pip install fmriprep-docker pip neuroimaging https://fmriprep.org/en/20.2.0/installation.html#the-fmriprep-docker-wrapper optional This package makes the invocation of fmriprep easier Python
jupyter-book conda install -c conda-forge jupyter-book conda conda-forge ide https://jupyterbook.org/en/stable/intro.html optional Used for creating workshop webpages. Not needed for any data analysis Python
nimare pip install nimare pip statistical modelling https://nimare.readthedocs.io/en/stable/ required Used to derive statistical images from neurosynth.org Python
python >=3.9,<=3.11 conda install -c conda-forge python conda conda-forge language https://anaconda.org/conda-forge/python required the python programming language itself Python
python <3.10 conda install -c conda-forge python conda conda-forge language https://anaconda.org/conda-forge/python required the python programming language itself Python
sklearn-pandas conda install -c conda-forge sklearn-pandas conda conda-forge data wrangling https://github.com/scikit-learn-contrib/sklearn-pandas optional Nötig, um scikit-learn transfomer direkt auf pandas data frames anzuwenden Python
datalad conda install -c conda-forge datalad conda conda-forge data wrangling https://www.datalad.org/ required Allows you to download and manage datalad datasets https://www.datalad.org/ Python
tableone conda install -c conda-forge tableone conda conda-forge data wrangling https://github.com/tompollard/tableone required Package for plotting descriptive statistics Python
Expand Down

0 comments on commit 7df34b4

Please sign in to comment.