From 9729b7d1f4c767157330ed66bc18044644a9d0b0 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Sun, 20 Oct 2024 16:59:50 +0200 Subject: [PATCH] Remove setuptools from runtime dependencies --- docs/notebooks | 2 +- pyproject.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/notebooks b/docs/notebooks index 65c1ba97f..f3210ebe1 160000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -Subproject commit 65c1ba97fa5f40085973b7684e4ff967463c2b09 +Subproject commit f3210ebe12e48fd17c89f10c6f6b61e5ef733c69 diff --git a/pyproject.toml b/pyproject.toml index d7fa7ec03..e0acb097d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,6 @@ keywords = [ dependencies = [ "numpy>=1.17", "astropy>=4.0", - "setuptools", - "setuptools_scm", "scipy>=1.1.0", "matplotlib>=3.0,!=3.4.00", ]