https://github.com/SModelS/smodels
Raw File
Tip revision: a393f1ceba35fd6daf3cdbf1158e392f25664164 authored by Wolfgang Waltenberger on 12 May 2023, 11:30:49 UTC
Update ReleaseUpdate.rst
Tip revision: a393f1c
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
back to top