From ac855e8f3461e0cb8204b878325fda14c3e54c95 Mon Sep 17 00:00:00 2001 From: spec0-bot Date: Thu, 30 Apr 2026 05:28:46 +0000 Subject: [PATCH] Update outdated dependencies (SPEC-0) --- pyproject.toml | 8 ++++---- requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16ec68de..dea3756d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,17 +36,17 @@ classifiers = [ dependencies = [ "numpy>=2.1.3", - "cython>=3.0.8", + "cython>=3.0.11", "gsd>3.0.0", "MDAnalysis>=2.8.0", - "scipy>=1.12.0", + "scipy>=1.13.1", "setuptools", "PyWavelets>=1.8.0", "scikit-image>=0.24.0", - "sphinx>=7.3.0", + "sphinx>=7.4.0", "matplotlib", "pytest", - "dask>=2024.1.0" + "dask>=2024.5.0" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 4ec66c4f..037905fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -cython>=3.0.8 +cython>=3.0.11 numpy>=2.1.3 -scipy>=1.12.0 +scipy>=1.13.1 gsd>3.0.0 setuptools MDAnalysis>=2.8.0 PyWavelets>=1.8.0 scikit-image>=0.24.0 -sphinx>=7.3.0 +sphinx>=7.4.0 matplotlib>=3.9.2 -dask>=2024.1.0 +dask>=2024.5.0