Skip to content

Commit

Permalink
ADD docs/requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Apr 16, 2023
1 parent bee6f8c commit b108b88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numpy >= 1.22.2
scipy >= 1.6.2
scikit-learn >= 1.0.2
torch >= 1.9.0
apricot-select >= 0.6.1
networkx >= 2.8.4
pomegranate >= 1.0.0

0 comments on commit b108b88

Please sign in to comment.