environment.yml: Update based on changes to pip (#504)

Fixes "AttributeError: 'FileNotFoundError' object has no attribute read"

See https://stackoverflow.com/a/68586065/3536518
This commit is contained in:
Michael Becker 2022-04-15 21:41:11 -04:00 committed by GitHub
parent 969b45194c
commit ef9ed0843f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,4 @@ dependencies:
- torchvision
- pip
- pip:
- -r file:requirements.txt
- -r requirements.txt