Skip to content

Commit

Permalink
Fix environment.yml (#1202)
Browse files Browse the repository at this point in the history
Install pillow from conda-forge
  • Loading branch information
talmo authored Mar 1, 2023
1 parent 1c7b314 commit 66af740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- conda-forge::pyside2>=5.13.2,<=5.14.1
- conda-forge::h5py=3.1.0
- conda-forge::scipy>=1.4.1,<=1.7.3
- pillow=8.4.0
- conda-forge::pillow=8.4.0
- shapely=1.7.1
- conda-forge::pandas
- ffmpeg
Expand All @@ -17,7 +17,7 @@ dependencies:
# - sleap::tensorflow=2.7.0
# - sleap::pyside2=5.14.1
- qtpy>=2.0.1
- conda-forge::pip!=22.0.4
- conda-forge::pip
- pip:
- "--editable=."
- "--requirement=./dev_requirements.txt"

0 comments on commit 66af740

Please sign in to comment.