Skip to content

Commit

Permalink
remove pybind11 upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 18, 2021
1 parent 40c160c commit 2ea482e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
folder: tests/toml-test

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<37]

Expand All @@ -29,7 +29,7 @@ requirements:
- python
- pip
- setuptools
- pybind11 >=2.5,<2.6
- pybind11 >=2.5
# pin exactly because that's what the upstream submodule does too
- tomlplusplus ==2.4.0
run:
Expand Down

0 comments on commit 2ea482e

Please sign in to comment.