Skip to content

Commit

Permalink
Merge pull request #25 from the-virtual-brain/WID-101
Browse files Browse the repository at this point in the history
WID-101. Fix version of ipympl to avoid downgrade of ipython at install time
  • Loading branch information
popaula937 authored Oct 13, 2022
2 parents 235d8c9 + 488fcca commit 3d7c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import shutil
from pathlib import Path

REQUIRED_PACKAGES = ["colorcet", "ebrains_drive", "ipympl", "ipywidgets==7.7.1", "mne==0.24.1",
REQUIRED_PACKAGES = ["colorcet", "ebrains_drive", "ipympl>0.8.5", "ipywidgets==7.7.1", "mne==0.24.1",
"pythreejs", "pyvista>=0.34.0", "tvb-library>=2.5"]

REQUIRED_EXTRA_EXAMPLES = ["tvb-data"]
Expand Down

0 comments on commit 3d7c61c

Please sign in to comment.