From 12b36064c3f65e96dfca10e605d0d16034612aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:15:52 +0000 Subject: [PATCH] Update pytrip98[remote] requirement from ~=3.7 to ~=3.8 Updates the requirements on [pytrip98[remote]](https://github.com/pytrip/pytrip) to permit the latest version. - [Release notes](https://github.com/pytrip/pytrip/releases) - [Commits](https://github.com/pytrip/pytrip/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytrip98[remote] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 882bc3d9..4337a854 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.4.3 ; python_version >= '3.7' # remove once compatibility problem with matplotlib 3.5+ is restored -pytrip98[remote]~=3.7 # use versions compatible with 3.7 (3.7 and later from 3.x series) +pytrip98[remote]~=3.8 # use versions compatible with 3.7 (3.7 and later from 3.x series) PyQt5>=5.15 ; python_version >= '3.8' PyQt5<5.10 ; python_version < '3.8' PyQtChart>=5.15 ; python_version >= '3.8'