Skip to content

Commit

Permalink
Use conda-forge packages instead of pypi (#1664)
Browse files Browse the repository at this point in the history
* use conda-forge packages instead of pypi

* comment out dokuwiki (cf-staging)

* undo comment out dokuwiki (cf-staging) [build_docs]
  • Loading branch information
epassaro authored Jun 25, 2021
1 parent 5c21156 commit eaab7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ dependencies:
- nbformat
- nbsphinx
- docutils=0.16 # Issue #1522
- snakeviz

# Test/Coverage
- pytest
- pytest-cov
- pytest-html
- python-dokuwiki
- coverage

# Code quality
Expand All @@ -68,6 +70,4 @@ dependencies:
- git-lfs

- pip:
- dokuwiki
- dot2tex # conda-forge package requires python>=3.8
- snakeviz

0 comments on commit eaab7a1

Please sign in to comment.