Skip to content

Commit

Permalink
Update dependency requirements to support make env target (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiersten-stokes committed Jun 11, 2022
1 parent eeaddcf commit b0e30ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# https://github.com/sphinx-doc/sphinx/issues/10291
jinja2<3.1
# https://github.com/miyakogi/m2r/issues/66
mistune<1
myst-parser
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- docker-py>=3.5.0
- future
- jinja2>=2.10
- jinja2>=3.1
- jupyter_client>=6.1
- jupyter_core>=4.6.0
- jupyter_server>=1.2
Expand All @@ -31,5 +31,5 @@ dependencies:
- flake8

- pip:
- ..
- .
- -r docs/doc-requirements.txt

0 comments on commit b0e30ea

Please sign in to comment.