Skip to content

Commit

Permalink
Moving pdoc requirements to a dedicated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored May 26, 2023
1 parent 2b11cb8 commit 8696939
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
python -m pip install build --user
python -m pip install pdoc
python -m pip install tarski
python -m pip install rich
python -m pip install -r docs/requirements.txt
- name: Cleanup dist
run: |
rm -rf dist
Expand Down
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tarski
requests
rich
nnf
python-sat
bauhaus
numpy
clingo
graphviz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.3.1"
VERSION = "0.3.2"

NAME = "macq"

Expand Down

0 comments on commit 8696939

Please sign in to comment.