From 12a288a5e78ada4e1cbb7141496c9327085b95ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 05:41:49 +0000 Subject: [PATCH] BUILD: update scikit-rf requirement from <1.4,>=0.30.0 to >=0.30.0,<1.5 Updates the requirements on [scikit-rf](https://github.com/scikit-rf/scikit-rf) to permit the latest version. - [Release notes](https://github.com/scikit-rf/scikit-rf/releases) - [Commits](https://github.com/scikit-rf/scikit-rf/compare/v0.30.0...v1.4.1) --- updated-dependencies: - dependency-name: scikit-rf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19ea72e9b71..a463daad2a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "pyvista[io]>=0.38.0,<0.45", # Never directly imported but required when loading ML related file see #4713 "scikit-learn>=1.0.0,<1.6", - "scikit-rf>=0.30.0,<1.4", + "scikit-rf>=0.30.0,<1.5", "SRTM.py", "utm", ] @@ -100,7 +100,7 @@ all = [ "fast-simplification>=0.1.7", # Never directly imported but required when loading ML related file see #4713 "scikit-learn>=1.0.0,<1.6", - "scikit-rf>=0.30.0,<1.4", + "scikit-rf>=0.30.0,<1.5", "SRTM.py", "utm", ] @@ -113,7 +113,7 @@ installer = [ "pyvista[io]>=0.38.0,<0.45", # Never directly imported but required when loading ML related file see #4713 "scikit-learn>=1.0.0,<1.6", - "scikit-rf>=0.30.0,<1.4", + "scikit-rf>=0.30.0,<1.5", "SRTM.py", "utm", "jupyterlab>=3.6.0,<4.4",