From 4de2530fc0e7afb3d4fd564d8eac2f1ca542205c Mon Sep 17 00:00:00 2001 From: Jonas Schuhmacher Date: Tue, 15 Oct 2024 15:52:28 +0200 Subject: [PATCH] add setuptools to dependencies --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 51d92d9..5f2ccde 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,7 @@ channels: - conda-forge dependencies: - python==3.12 + - setuptools - numpy - pytest - pytest-xdist \ No newline at end of file