Skip to content

Commit

Permalink
Merge pull request #333 from donn/patch-1
Browse files Browse the repository at this point in the history
Work Around pypa/pip#10237
  • Loading branch information
mithro authored Aug 5, 2021
2 parents 00bdbcf + cc1db3e commit c094b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- netlistsvg
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- pip
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r requirements.txt

0 comments on commit c094b6e

Please sign in to comment.