Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Apr 10, 2022
1 parent 6e5021b commit a480969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ build:
apt_packages:
- graphviz


python:
version: 3.8
install:
- method: setuptools
path: .
- requirements: docs/source/requirements.txt
- requirements: requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools>=60.0.0
setuptools-scm[toml]>=4,<6
setuptools-scm[toml]>=4
blowfish>=0.6.0
numpy>=1.19.0
construct>=2.10.0
Expand Down

0 comments on commit a480969

Please sign in to comment.