From 90d5c889585c155bfc084527fc6be10e439a5398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:25:26 +0000 Subject: [PATCH] Bump qmcpy from 1.5 to 1.6 Bumps [qmcpy](https://github.com/QMCSoftware/QMCSoftware) from 1.5 to 1.6. - [Release notes](https://github.com/QMCSoftware/QMCSoftware/releases) - [Changelog](https://github.com/QMCSoftware/QMCSoftware/blob/master/release.md) - [Commits](https://github.com/QMCSoftware/QMCSoftware/compare/v1.5...v1.6) --- updated-dependencies: - dependency-name: qmcpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 171959e..c6c5749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema>=3.0.1,<5 numpy>=1.22.4,<1.23 -qmcpy==1.5 +qmcpy==1.6 scipy>=1.10.1,<2 typing-extensions>=4.5.0,<5