From b75555f106be3c7612e7c31818ff674485096e4f Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 8 Aug 2023 19:01:30 -0700 Subject: fix: :heavy_plus_sign: hidden import for replicate --- run.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.spec') diff --git a/run.spec b/run.spec index f7b2d3a3..b774ec93 100644 --- a/run.spec +++ b/run.spec @@ -12,7 +12,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') ], - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'replicate'], hookspath=[], hooksconfig={}, runtime_hooks=[], -- cgit v1.2.3-70-g09d2