Skip to content

Commit

Permalink
Proper openblas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke committed Sep 30, 2024
1 parent 4062c7a commit e2d041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyarts/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ requirements:
- glfw
- lark-parser
- libgomp # [linux]
- libblas=*=*openblas* # [linux]
- libmicrohttpd
- llvm-openmp # [osx]
- matplotlib
- nomkl # [linux]
- netcdf4
- openblas=*=*openmp* # [linux]
- pip
- pytest
- pytest-runner
Expand All @@ -52,7 +52,7 @@ requirements:
- glew
- glfw
- libmicrohttpd
- libopenblas # [linux]
- libopenblas=*=*openmp* # [linux]
- matplotlib
- netcdf4
- {{ pin_compatible('numpy', lower_bound='1.22', upper_bound='3.0') }}
Expand Down

0 comments on commit e2d041e

Please sign in to comment.