From 132aab6d8dbbc8f4fbfc07cbf0a523cfcced8eea Mon Sep 17 00:00:00 2001 From: Clayton Parnell <42805768+claytonparnell@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:49:16 -0500 Subject: [PATCH] fix: Fix conda import (#190) --- src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.py b/src/utils.py index fc94419c..0db65073 100644 --- a/src/utils.py +++ b/src/utils.py @@ -1,7 +1,7 @@ import os from semver import Version from conda.models.match_spec import MatchSpec -from conda_env.specs import RequirementsSpec +from conda.env.specs import RequirementsSpec def get_dir_for_version(version: Version) -> str: