Skip to content

Commit

Permalink
update package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Aug 18, 2023
1 parent 91fdd2a commit 1ea52b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ formats: all
python:
version: 3.8
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy==1.23.3
scipy==1.10.0
networkx==3.1
matplotlib==3.3.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16.0
scipy>=1.2.0
scipy>=1.10.0
networkx>=2.0
matplotlib>=3.3.0

0 comments on commit 1ea52b9

Please sign in to comment.