https://github.com/SModelS/smodels
Raw File
Tip revision: 109509f2af3a19d6c3d9b0d52617c3ef89b6a27e authored by Wolfgang Waltenberger on 18 October 2022, 14:48:49 UTC
more master -> main
Tip revision: 109509f
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
back to top