File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ jsoncpp:
5252libglu :
5353 - ' >=9.0'
5454
55+ # Not a primary dependency, but pinning to avoid a couple of unit test failures
56+ mkl :
57+ - 2024.1.0
58+
5559muparser :
5660 - ' >=2.3.2'
5761
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ requirements:
2424 - libopenblas {{ libopenblas }} # [osx or linux]
2525 - librdkafka {{ librdkafka }}
2626 - matplotlib {{ matplotlib }}
27+ - mkl {{ mkl }} # [win]
2728 - muparser {{ muparser }}
2829 - nexus {{ nexus }}
2930 - ninja {{ ninja }}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ requirements:
4343 - libopenblas {{ libopenblas }} # [osx or linux]
4444 - librdkafka {{ librdkafka }}
4545 - lib3mf # [win]
46+ - mkl {{ mkl }} # [win]
4647 - muparser {{ muparser }}
4748 - nexus {{ nexus }}
4849 - numpy {{ numpy }}
@@ -60,6 +61,7 @@ requirements:
6061 - {{ pin_compatible("hdf5", max_pin="x.x") }}
6162 - jemalloc {{ jemalloc }} # [osx or linux]
6263 - lib3mf # [win]
64+ - mkl {{ mkl }} # [win]
6365 - nexus {{ nexus }}
6466 - {{ pin_compatible("numpy", upper_bound="1.27") }}
6567 - occt {{ occt }}
You can’t perform that action at this time.
0 commit comments