Skip to content

Commit

Permalink
simplify conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 18, 2023
1 parent 00a6561 commit f5aeb6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
11 changes: 3 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ channels:
- defaults
dependencies:
- python=3.8.0
- pip
- traits
- jupyter
- nilearn
- graphviz
- nipype
- scikit-image
- pip==23.2.1
- pip:
- matplotlib
- .

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name = 'narps_open'
version = '0.1.0'
description = 'The NARPS open pipelines project: a codebase reproducing the 70 pipelines of the NARPS study (Botvinik-Nezer et al., 2020).'
readme = "README.md"
maintainers = [{name = ""}]
classifiers = [
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand All @@ -18,12 +17,13 @@ requires-python = '>=3.8,<3.12'
dependencies = [
'importlib_resources>=5.10.2,<5.11',
'tomli>=2.0.1,<2.1',
'networkx>=2.0,<3.0', # a workaround to nipype's bug (issue 3530)
'nilearn>=0.10.0,<0.11',
'nipype',
'jupyter',
'nilearn==0.10.1',
'jupyterlab',
'graphviz',
'scikit-image',
'traits==6.3.0',
'nipype==1.8.6',
'scikit-image==0.21.0',
'matplotlib==3.8.0',
]


Expand Down

0 comments on commit f5aeb6f

Please sign in to comment.