https://github.com/SModelS/smodels
Raw File
Tip revision: ca02c0f26c26a5a11f0e26e4a95efcb102d9647b authored by MaelCavan on 14 May 2021, 12:11:11 UTC
comput likelihood_max and likelihood_sm
Tip revision: ca02c0f
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
back to top