Skip to content

Commit

Permalink
Remove unneeded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Nov 14, 2024
1 parent 8c12459 commit 5cff736
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,19 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- llvm-openmp # [osx]
- libgomp # [linux]
- pkg-config # [not win]
- cmake
- ninja
- make # [linux]
- doxygen
- swig 4.2.*
- python
- numpy
host:
- swig <4.3.0
- boost-cpp
- hdf5
- pip
- python
- setuptools
- numpy
run:
- python
- {{ pin_compatible('numpy', max_pin='x.x') }}
- boost-cpp
- {{ pin_compatible('numpy') }}
- hdf5
- tqdm
- click
Expand Down

0 comments on commit 5cff736

Please sign in to comment.