https://github.com/SModelS/smodels
Revision ce58a1f6647798267271bca7c7cd05aac4ae6298 authored by Wolfgang Waltenberger on 03 April 2022, 14:37:50 UTC, committed by Wolfgang Waltenberger on 06 April 2022, 15:31:03 UTC
1 parent c41ee8c
Raw File
Tip revision: ce58a1f6647798267271bca7c7cd05aac4ae6298 authored by Wolfgang Waltenberger on 03 April 2022, 14:37:50 UTC
mention importlib fix in release notes
Tip revision: ce58a1f
environment.yml
name: environment-smodels
channels:
  - conda-forge
dependencies:
  - python
  - pip:
    - matplotlib
    - pandas
    - plotly
    - numpy
    - scipy
    - docutils
    - unum
    - requests
    - pyslha
back to top