Skip to content

Commit

Permalink
Update environment-detector.yml
Browse files Browse the repository at this point in the history
Pin MKL to work around pytorch/pytorch#123097
  • Loading branch information
agentmorris committed May 5, 2024
1 parent be12a36 commit db4430d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions envs/environment-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ channels:

dependencies:
- python=3.8.15
# Not imported directly, but we force this version to avoid this issue:
#
# https://github.com/pytorch/pytorch/issues/123097
- mkl=2024.0
- Pillow=9.1.0
- tqdm=4.65.0
- jsonpickle=3.0.0
Expand Down

0 comments on commit db4430d

Please sign in to comment.