Skip to content

Commit

Permalink
CHG: new yml for m1mac gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Jul 10, 2023
1 parent 812e9de commit a125f4f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ m1macos:
- source /opt/conda/etc/profile.d/conda.sh
- conda clean --all -y
#- conda env create --name syncopy-m1macos --file syncopy.yml
- conda env update --name syncopy --file syncopy.yml --prune
- conda env update --name syncopy --file syncopy_m1macos.yml --prune
- conda activate syncopy
#- conda install -c conda-forge importlib_resources iniconfig tblib sortedcontainers dask-jobqueue
- conda install pynwb=2.3.2 -c conda-forge
Expand Down
23 changes: 23 additions & 0 deletions syncopy_m1macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: syncopy
channels:
- defaults
- conda-forge
dependencies:
# this is to comply with acme 2022.11
- python <3.12, >=3.8
- dask[distributed] >=2023.3
- dask-jobqueue >= 0.8
- h5py >=3.7, < 4
- numpy >= 1.10, < 2.0
- scipy >= 1.10
- matplotlib >= 3.5
- tqdm >= 4.31
- natsort
- pip >= 22.0
- psutil
- tqdm >= 4.31
- fooof >= 1.0
- bokeh >= 3.1.1
- pip:
# Optional dependencies, used for full tests
- pynwb

0 comments on commit a125f4f

Please sign in to comment.