Skip to content

Commit

Permalink
Remove direct URL in docs_req
Browse files Browse the repository at this point in the history
This is disallowed for security reasons; see
pypa/pip#6301.
  • Loading branch information
tbekolay committed Jun 22, 2019
1 parent 09053af commit af8f93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setup_py:
- jinja2
- nengo>=2.8.0
docs_req:
- abr_control @ git+https:/abr/abr_control
- abr_control
- jupyter
- matplotlib>=2.0
- nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(*filenames, **kwargs):
"nengo>=2.8.0",
]
docs_req = [
"abr_control @ git+https:/abr/abr_control",
"abr_control",
"jupyter",
"matplotlib>=2.0",
"nbsphinx",
Expand Down

0 comments on commit af8f93c

Please sign in to comment.