diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index 591f1d85..505462cc 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -24,6 +24,7 @@ requirements: - uvicorn - clingraph - Pillow + - clingexplaid build: number: {{ build }} diff --git a/.github/deploy.yml b/.github/deploy.yml index e06fe958..5f3b2d89 100644 --- a/.github/deploy.yml +++ b/.github/deploy.yml @@ -16,7 +16,7 @@ pip: conda: package_name: 'clinguin' - os: + os: - 'ubuntu-latest' channels_release: - 'potassco' @@ -48,6 +48,7 @@ conda: - uvicorn - clingraph - Pillow + - clingexplaid build: noarch: python diff --git a/docs/conf.py b/docs/conf.py index 7503314f..39778f60 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,7 @@ "uvicorn", "clingodl", "clingraph", + "clingexplaid", ] # -- Project information ----------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index 94c28aaa..69c8f202 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,4 +14,5 @@ nbsphinx>=0.8.8 jinja2>=3.0.3 clingo-dl furo +clingexplaid