You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# YOU MAY DELETE THIS FILE AFTER SETTING UP DEPENDENCIES!
2
+
#
3
+
# This directory is where you should place your project dependencies.
4
+
# build.txt should list all Conda packages required for building the package in GitHub CI, including those specified in the build section of meta.yaml (conda-recipe).
5
+
# conda.txt should list all Conda packages required (including optional) for running the package in GitHub CI, as well as those specified in the run section of meta.yaml (conda-recipe).
6
+
# pip.txt should list all PyPI packages (including optional) required to install the package via `pip install <package-name>`.
7
+
# test.txt should list all Conda/PyPI packages required for the testing suite to ensure all tests pass.
8
+
# docs.txt should list all Conda/PyPI packages required for building the package documentation page.
9
+
#
10
+
# YOU MAY DELETE THIS FILE AFTER SETTING UP DEPENDENCIES!
0 commit comments