-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAS-1936 - Add requirements.txt file for documentation notebooks.
- Loading branch information
1 parent
2e52f52
commit 396ffd2
Showing
3 changed files
with
26 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# These requirements are used by the documentation Jupyter notebooks in the | ||
# harmony-opendap-subsetter/docs directory. | ||
# | ||
# First create a conda or pyenv environment. To create a conda environment: | ||
# | ||
# conda create --name hoss-documentation python=3.11 --channel conda-forge -y | ||
# conda activate hoss-documentation | ||
# | ||
# Then to install the dependencies: | ||
# | ||
# pip install -r docs/requirements.txt | ||
# | ||
# You should then be able to start a Jupyter notebook server and run both of | ||
# the DAAC operator and end-user notebooks. | ||
# | ||
harmony-py~=0.4.10 | ||
netCDF4~=1.6.4 | ||
notebook~=7.0.4 | ||
xarray~=2023.9.0 |