Skip to content

Commit

Permalink
Fixed name of environment. this refs #294
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 2, 2024
1 parent dedfcae commit a7bb37a
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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

0 comments on commit a7bb37a

Please sign in to comment.