Skip to content

Commit

Permalink
bumped pybind11 version and added setuptools on host
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Nov 21, 2024
1 parent ffd7cd1 commit e3a6835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ outputs:
- {{compiler('cxx')}}
- {{ pin_subpackage('slsdetlib', exact=True) }}
- setuptools
- pybind11=2.11
- pybind11=2.13

host:
- python
- {{ pin_subpackage('slsdetlib', exact=True) }}
- pybind11=2.11
- setuptools
- pybind11=2.13


run:
Expand Down

0 comments on commit e3a6835

Please sign in to comment.