From f394d25688b06be764c9ca189d14697c134bfd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:30:55 -0500 Subject: [PATCH] Remove scikit-rf dependency from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72c069a..c6f9450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "matplotlib>=3.7.0", "numpy>=1.24.0", "plotly>=6.0", - "scikit-rf>=1.8.0", ] [project.optional-dependencies]