Skip to content

Commit

Permalink
conda-recipe: Rely on our dependencies' run_exports for nearly all ru…
Browse files Browse the repository at this point in the history
…n requirements
  • Loading branch information
stuarteberg committed Dec 25, 2024
1 parent 825976e commit a22c41a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,12 @@ requirements:

run:
- python {{ python }}
- {{ pin_compatible('numpy') }}
- jsoncpp {{ jsoncpp }}
- lz4-c {{ lz4_c }}
- zeromq {{ zeromq }}
- libdeflate

# On Mac, libpng versions are not backwards compatible, unfortunately.
# See: https://github.com/conda-forge/libpng-feedstock/issues/10
# However, I think the libpng run_exports (added in conda-build v3)
# should handle this for us, so we won't specify the constraints here.
- libpng
# - libpng

# In 7.62.0, CURL_HTTP_VERSION_2TLS became the default setting for CURLOPT_HTTP_VERSION
- curl >=7.62.0
Expand Down

0 comments on commit a22c41a

Please sign in to comment.