From ef3d73e39b3289063ad193ca3289c833fec0d227 Mon Sep 17 00:00:00 2001 From: "Konstantin (Tino) Sering" Date: Mon, 8 Apr 2024 17:48:45 +0200 Subject: [PATCH] add setuptools as dependencies as this mitigates the missing distutils package in python 3.12 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b863aa3..0f94172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ xarray = ">=2022.6.0" netCDF4 = ">=1.6.0" Cython = ">=3.0.0" toml = ">=0.10.2" +setuptools = ">=69.2.0" [tool.poetry.dev-dependencies] pytest = ">=7.0"