Skip to content

Commit

Permalink
setup environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Apr 9, 2024
1 parent 59e2828 commit 4cae03a
Showing 1 changed file with 10 additions and 30 deletions.
40 changes: 10 additions & 30 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,19 @@
name: mypythonapp
name: pyoncatqt-developer
channels:
- conda-forge
- mantid/label/nightly
- oncat
dependencies:
# -- Runtime dependencies
# base: list all base dependencies here
- python>=3.8 # please specify the mimimum version of python here
- versioningit
# compute: list all compute dependencies here
- numpy
- pandas
# plot: list all plot dependencies here, if applicable
- matplotlib
# jupyter: list all jupyter dependencies here, if applicable
- jupyterlab
- ipympl
# -- Development dependencies
# utils:
- pre-commit
# pacakge building:
- libmamba
- libarchive
- anaconda-client
- boa
- conda-build < 4 # conda-build 24.x has a bug, missing update_index from conda_build.index
- check-wheel-contents
- conda-build
- conda-verify
- mantidqt
- pre-commit
- pyoncat
- python-build
# test: list all test dependencies here
- pytest
- pytest-cov
- pytest-xdist
# --------------------------------------------------
# add additional sections such as Qt, etc. if needed
# --------------------------------------------------
# if pakcages are not available on conda, list them here
- pip
- pip:
- bm3d-streak-removal # example
- pytest-playwright
- setuptools
- versioningit

0 comments on commit 4cae03a

Please sign in to comment.