Skip to content

Commit 27b5737

Browse files
Alison WuAlison Wu
authored andcommitted
Add README for requirements
1 parent d04a029 commit 27b5737

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

requirements/README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 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

Comments
 (0)