From 5ce0f37f77927e411b3215afe52b178b035965c8 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 3 Feb 2024 17:19:51 +0100 Subject: [PATCH] Add h3-py quirk --- grayskull/strategy/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grayskull/strategy/config.yaml b/grayskull/strategy/config.yaml index a8897f836..f70c85c8e 100644 --- a/grayskull/strategy/config.yaml +++ b/grayskull/strategy/config.yaml @@ -194,6 +194,10 @@ h2o: conda_forge: h2o-py import_name: h2o +h3: + conda_forge: h3-py + import_name: h3 + hdfs: conda_forge: python-hdfs import_name: hdfs