From e196b430c4f13ac8f9c33afce4d9344b7537b412 Mon Sep 17 00:00:00 2001 From: kfir4444 Date: Fri, 26 Jun 2026 08:14:10 +0300 Subject: [PATCH] added setuptools to env --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index f2b62c659a..8ca457c10c 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,7 @@ dependencies: - conda-forge::python =3.14 - conda-forge::numpy >=2.1.* - conda-forge::pip + - setuptools # ─── core networking (for Jupyter notebooks) ── - conda-forge::urllib3