https://github.com/SModelS/smodels
Raw File
Tip revision: 73441032a9be05d02c5031e1c2ff5d7f0062e224 authored by Wolfgang Waltenberger on 19 December 2023, 09:51:47 UTC
small cosmetic fix in release note
Tip revision: 7344103
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python==3.10.0
  - pip
  - setuptools
  - wheel
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
    - pyhf
    - jsonpatch
    - jsonschema
back to top