Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 17, 2024
1 parent 3f0f1f6 commit a6a432d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bidspm.def
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ From: bids/base_validator:1.13.1
git -C /opt/bidspm restore .
git -C /opt/bidspm/lib/CPP_ROI/atlas/HCPex reset --hard
git -C /opt/bidspm/lib/CPP_ROI/atlas/HCPex clean --force -dfx
git status
git -C /opt/bidspm/ status

pip install --upgrade pip
pip install -r /opt/bidspm/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ doc = [
"urllib3",
"faqtory",
"myst-parser",
"sphinx<8",
"sphinx",
"sphinx-argparse",
"sphinx-copybutton",
"pydata-sphinx-theme",
"sphinx-togglebutton",
"sphinxcontrib-bibtex",
"sphinxcontrib-matlabdomain",
"sphinxcontrib-matlabdomain>=0.22.1",
"sphinxcontrib-mermaid",
"setuptools"
]
Expand Down

0 comments on commit a6a432d

Please sign in to comment.