Commit a7bb37ab authored by Bilheux, Jean-Christophe's avatar Bilheux, Jean-Christophe
Browse files

Fixed name of environment. this refs #294

parent dedfcae4
Loading
Loading
Loading
Loading

environment.yml

0 → 100644
+46 −0
Original line number Diff line number Diff line
name: imars3d
channels:
  - conda-forge
dependencies:
  # -- Runtime
  # base
  - python
  - versioningit
  - toml
  # compute
  - astropy
  - tomopy
  - algotom
  # plot
  - holoviews
  - bokeh
  - datashader
  - hvplot
  # GUI
  - panel<1.3
  - param<2
  - pyvista
  # IO
  - dxchange
  - jsonschema
  # -- Development
  # utils
  - pre-commit
  # packaging
  - anaconda-client
  - boa
  - conda-build < 4
  - conda-verify
  - python-build
  # doc
  - pydocstyle
  - sphinx
  - sphinx_rtd_theme
  # test
  - pytest
  - pytest-cov
  # pip
  - pip:
    - check-wheel-contents
    - pytest-playwright
    - bm3d-streak-removal