From 593b985babf146c2dd1822496dc9820ee9de4122 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 22 Oct 2025 11:52:17 -0700 Subject: [PATCH] Env: Add `conda` Having the `conda` command available is useful for IDE integration, e.g., in PyCharm. --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index cb53eb5..7c93631 100644 --- a/environment.yml +++ b/environment.yml @@ -5,6 +5,7 @@ channels: - nodefaults dependencies: + - conda - pre-commit - pydantic - pytest