Skip to content

Commit

Permalink
adapt mkl pin pytorch version cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 21, 2024
1 parent b65a3ab commit 31f34c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio_collection_backoffice/conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _get_default_pytorch_env(
# avoid `undefined symbol: iJIT_NotifyEvent` from `torch/lib/libtorch_cpu.so`
# see https://github.com/pytorch/pytorch/issues/123097
if pytorch_version < Version(
"2.3.0" # TODO: check if this is the correct cutoff where the fix is not longer needed
"2.2.0" # TODO: check if this is the correct cutoff where the fix is not longer needed
):
deps.append("mkl ==2024.0.0")

Expand Down

0 comments on commit 31f34c9

Please sign in to comment.