1234567891011121314151617181920 |
- name: eigenangles
- channels:
- - defaults
- - conda-forge
- dependencies:
- - python~=3.10
- - pip
- - pip:
- - snakemake~=6.15.2
- - numpy~=1.22.2
- - scipy~=1.8.0
- - elephant~=0.10.0
- - viziphant~=0.2.0
- - pandas~=1.4.0
- - seaborn~=0.11.2
- - ipympl~=0.8.8
- - jupyterlab
- - neo~=0.10.0 # +nestio fix (PR #1097)
- # - git+git://github.com/INM-6/NetworkUnit.git@v0.2
- # - nest==3.1.
|