Skip to content

Commit

Permalink
do not use BLAS-MKL in linux and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Apr 30, 2024
1 parent 2abd65f commit a976e10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg_defs/ska3-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ requirements:
- libmambapy ==1.5.6
- libnghttp2 ==1.58.0 # [linux or osx]
- libnsl ==2.0.1 # [linux]
- libopenblas ==0.3.27 # [linux or osx]
- libogg ==1.3.4
- libopus ==1.3.1 # [linux or osx]
- libpng ==1.6.43
Expand Down Expand Up @@ -256,9 +257,6 @@ requirements:
- mccabe ==0.7.0
- menuinst ==2.0.2
- mistune ==3.0.2
- mkl ==2022.1.0 # [win]
- mkl ==2022.2.1 # [linux]
- mkl ==2023.2.0 # [osx]
- more-itertools ==10.2.0
- mpg123 ==1.32.4 # [linux]
- mpld3 ==0.5.10
Expand All @@ -279,6 +277,7 @@ requirements:
- nest-asyncio ==1.6.0
- networkx ==3.2.1
- nodejs ==20.9.0
- nomkl ==1.0 # [linux]
- nose ==1.3.7
- notebook ==6.5.6
- notebook-shim ==0.2.4
Expand Down

0 comments on commit a976e10

Please sign in to comment.