https://github.com/SModelS/smodels
Revision eb797e97bcdc163fc58cf39b1ef7eeb609e26bb0 authored by Andre Lessa on 29 March 2022, 16:34:31 UTC, committed by Andre Lessa on 29 March 2022, 16:34:31 UTC
1 parent 1b82a4d
Raw File
Tip revision: eb797e97bcdc163fc58cf39b1ef7eeb609e26bb0 authored by Andre Lessa on 29 March 2022, 16:34:31 UTC
Added input parameters to printers
Tip revision: eb797e9
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
back to top