-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |