From 7d1950fa3a485eec540a182c70ff3c089239dc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:45:32 +0000 Subject: [PATCH] Update pysr requirement from <=1.5.10,>=1.5.0 to >=1.5.0,<=2.0.0 Updates the requirements on [pysr](https://github.com/astroautomata/PySR) to permit the latest version. - [Release notes](https://github.com/astroautomata/PySR/releases) - [Changelog](https://github.com/astroautomata/PySR/blob/master/CHANGELOG.md) - [Commits](https://github.com/astroautomata/PySR/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: pysr dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d2f5700..cf89df9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = packages = find_namespace: python_requires = >=3.10 install_requires = - pysr>=1.5.0,<=1.5.10 + pysr>=1.5.0,<=2.0.0 lmfit>=1.3.0,<1.4.0 matplotlib>=3.10.0,<4.0.0 seaborn>=0.13.0,<0.14.0