File: environment.yml

package info (click to toggle)
refnx 0.1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,972 kB
  • sloc: python: 37,056; cpp: 1,015; ansic: 185; makefile: 180; sh: 130; lisp: 89; xml: 34
file content (26 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
channels:
  - conda-forge
dependencies:
  - python==3.9
  - pip:
    - nbsphinx
    - jupyter-sphinx
    - sphinx_rtd_theme
    - tqdm
    - corner
    - periodictable
    - pandoc
    - scipy
    - numpy
    - sphinx
    - pandas
    - numpydoc
    - h5py
    - nbconvert
    - ipywidgets
    - setuptools
    - cython
    - jupyter
    - matplotlib
    - pytest
    - xlrd