Skip to content

Commit

Permalink
Updated Mac Installation (#313)
Browse files Browse the repository at this point in the history
* Tested on M1 and M2 chips.
  • Loading branch information
cgohil8 authored Jul 12, 2024
1 parent 5a25ab1 commit a855320
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
5 changes: 2 additions & 3 deletions envs/mac-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ dependencies:
- pip=23.3.1
- vtk=9.1.0=*osmesa*
- pyvista=0.38.5
- spyder=5.5.1
- pyqt=5.15.10
- pyqtwebengine=5.15.10
- pyqt=5.15.9
- pyqtwebengine=5.15.9
- pip:
- jupyter==1.0.0
- ipympl==0.9.3
Expand Down
46 changes: 46 additions & 0 deletions envs/mac-with-spyder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: osl
channels:
- conda-forge
dependencies:
- python=3.8.16
- pip=23.3.1
- vtk=9.1.0=*osmesa*
- pyvista=0.38.5
- spyder=5.5.1
- pyqt=5.15.10
- pyqtwebengine=5.15.10
- pip:
- jupyter==1.0.0
- ipympl==0.9.3
- ipywidgets==8.0.5
- ipyevents==2.0.1
- ipyvtklink==0.2.2
- jupyter-client==8.1.0
- numpy==1.23.5
- scipy==1.10.1
- matplotlib==3.7.1
- mne==1.3.1
- scikit-learn==1.3.1
- fslpy==3.11.3
- sails==1.6.0
- tabulate==0.9.0
- pyyaml==6.0.1
- neurokit2==0.2.3
- jinja2==3.1.2
- glmtools==0.2.1
- numba==0.58.0
- nilearn==0.10.2
- dask==2023.3.2
- distributed==2023.3.2
- parse==1.19.0
- opencv-python==4.7.0.72
- h5io==0.1.7
- mat73==0.62
- nibabel==5.1.0
- pandas==1.5.3
- panel==1.2.3
- pqdm==0.2.0
- seaborn==0.13.0
- tqdm==4.66.1
- osfclient==0.0.5
- osl
5 changes: 2 additions & 3 deletions envs/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ dependencies:
- pip=23.3.1
- vtk=9.1.0=*osmesa*
- pyvista=0.38.5
- spyder=5.5.1
- pyqt=5.15.10
- pyqtwebengine=5.15.10
- pyqt=5.15.9
- pyqtwebengine=5.15.9
- pip:
- jupyter==1.0.0
- ipympl==0.9.3
Expand Down

0 comments on commit a855320

Please sign in to comment.