Skip to content

Commit

Permalink
add packages explicitly imported in example to notebook_requirements.txt
Browse files Browse the repository at this point in the history
Even though some of these are also installed as requirments for RdTools, specific versions are now specified for the example.
  • Loading branch information
mdeceglie committed Oct 11, 2018
1 parent 18bcf86 commit 13edc3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RdTools currently runs in both Python 2.7 and 3.6.
## Usage and examples


Full workflow examples are found in the notebooks in [rdtools/docs](./docs/degradation_example.ipynb). The examples are designed to work with python 3.6. For a consistent experience, we recommend installing the packages and versions documented in `docs/notebook_requirements.txt`. This can be achieved in your environment by running `pip install -r docs/notebook_requirements.txt` from the base directory. (RdTools must also be separately installed as described above.)
Full workflow examples are found in the notebooks in [rdtools/docs](./docs/degradation_example.ipynb). The examples are designed to work with python 3.6. For a consistent experience, we recommend installing the packages and versions documented in `docs/notebook_requirements.txt`. This can be achieved in your environment by first installing RdTools as described above, then running `pip install -r docs/notebook_requirements.txt` from the base directory.

The following functions are used for degradation analysis:

Expand Down
3 changes: 3 additions & 0 deletions docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ mistune==0.8.3
nbconvert==5.3.1
nbformat==4.4.0
notebook==5.6.0
numpy==1.15.2
pandas==0.23.4
pandocfilters==1.4.2
parso==0.3.1
pexpect==4.6.0
pickleshare==0.7.4
prometheus-client==0.3.0
prompt-toolkit==1.0.15
ptyprocess==0.6.0
pvlib==0.5.2
Pygments==2.2.0
pyparsing==2.2.0
pyzmq==17.1.0
Expand Down

0 comments on commit 13edc3a

Please sign in to comment.