https://github.com/alecheckert/sptPALMsim
Raw File
Tip revision: a72f7fff6329813620354d1209d52c654c31f3fc authored by Alec Heckert on 19 January 2022, 16:53:06 UTC
wordsmithing
Tip revision: a72f7ff
sptsimenv.yml
# Suggestion for a conda environment to run this simulation module
name: sptsimenv
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.9
  # - cupy
  - dask
  - matplotlib
  - numpy
  - pandas
  - scikit-image
  - scipy
  - seaborn
  - tqdm
back to top