From 4cae03a8536784376da2fa3002064ccaa63a93a5 Mon Sep 17 00:00:00 2001 From: Carson Sears Date: Tue, 9 Apr 2024 08:07:11 -0500 Subject: [PATCH] setup environment.yml --- environment.yml | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/environment.yml b/environment.yml index 248292d..a1e9bc8 100644 --- a/environment.yml +++ b/environment.yml @@ -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