generated from neutrons/python_project_template
-
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
1 parent
aa22e22
commit e6c7ea0
Showing
19 changed files
with
418 additions
and
451 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,44 +1,20 @@ | ||
name: mypythonapp | ||
name: artemis_data_collector | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
# -- Runtime dependencies | ||
# base: list all base dependencies here | ||
- python>=3.8 # please specify the minimum version of python here | ||
- python>=3.12 # please specify the minimum 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 | ||
- psycopg>=3.2 | ||
- requests | ||
- stomp.py | ||
# -- Development dependencies | ||
# utils: | ||
- pre-commit | ||
# package building: | ||
- libmamba | ||
- libarchive | ||
- anaconda-client | ||
- boa | ||
- conda-build < 4 # conda-build 24.x has a bug, missing update_index from conda_build.index | ||
- conda-verify | ||
- python-build | ||
- twine # for uploading to pypi and testpypi | ||
# docs | ||
- sphinx | ||
- sphinx_rtd_theme | ||
- myst-parser # required for parsing markdown files | ||
# test: list all test dependencies here | ||
- pytest | ||
- pytest-cov | ||
- pytest-xdist | ||
# -------------------------------------------------- | ||
# add additional sections such as Qt, etc. if needed | ||
# -------------------------------------------------- | ||
# if packages are not available on conda, list them here | ||
- pip | ||
- pip: | ||
- bm3d-streak-removal # example | ||
- pytest-playwright |
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.