Skip to content

Commit

Permalink
Ieegprep version 1.3.0 is required for CAR by trial-variance
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Jun 15, 2023
1 parent 8e802cf commit 77d6d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN pip3 install --upgrade pip \
&& pip3 install numpy==1.24.3 \
&& pip3 install scipy==1.10.1 \
&& pip3 install matplotlib==3.7.1 \
&& pip3 install ieegprep==1.2.0 \
&& pip3 install ieegprep==1.3.0 \
&& pip3 install bids_validator==1.11.0 \
&& rm -r /root/.cache

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
license = { text="GPLv3" }
requires-python = ">=3.8"
dependencies = [
"ieegprep >= 1.2.0",
"ieegprep >= 1.3.0",
"numpy >= 1.22.3",
"scipy >= 1.8.0",
"matplotlib >= 3.5.1",
Expand Down

0 comments on commit 77d6d7f

Please sign in to comment.