Skip to content

Commit

Permalink
fix: Add pip as explicit dep in environment.yml to prevent warning (
Browse files Browse the repository at this point in the history
#2574)

Removes this warning:

> Warning: you have pip-installed dependencies in your environment file,
but you do not list pip itself as one of your conda dependencies. Conda
may not use the correct pip to install your packages, and they may end
up in the wrong place. Please add an explicit pip dependency. I'm adding
one for you, but still nagging you.

Co-authored-by: Matt Robinson <[email protected]>
  • Loading branch information
tomheaton and MthwRobinson authored May 20, 2024
1 parent 8802535 commit 84cec1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- pywin32
- poppler
- torchvision
- pip
- pip:
- huggingface-hub
- layoutparser

0 comments on commit 84cec1f

Please sign in to comment.