Skip to content

Commit

Permalink
Force mkl downgrade (#13)
Browse files Browse the repository at this point in the history
* Force downgrade of mkl to 2024.0.0

Bug related to mkl prevents annexa from working using singularity, need to downgrade to older version of mkl and einops facebookresearch/esm#677 (comment)

* Revert "Force downgrade of mkl to 2024.0.0"

This reverts commit c347cc5.

* Revert

* Force mkl downgrade to 2024.0.0
  • Loading branch information
N-Hoffmann authored May 6, 2024
1 parent 672c898 commit 2d4a764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- conda-forge::python=3.10.4
- pytorch::pytorch=1.12.0
- pytorch::cpuonly

- conda-forge::r-base=4.1
- conda-forge::r-rcolorbrewer
- conda-forge::r-tidyverse=1.3.2
Expand All @@ -16,7 +16,8 @@ dependencies:
- conda-forge::r-viridis

- conda-forge::procps-ng

- conda-forge::mkl==2024.0

- pip
- pip:
- git+https://github.com/igdrion/transforkmers.git
Expand Down

0 comments on commit 2d4a764

Please sign in to comment.