From 86cf402981e4086647226f76e9f73477b9e82df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:05:12 +0000 Subject: [PATCH] Bump thrustrtc from 0.3.19 to 0.3.20 Bumps [thrustrtc](https://github.com/fynv/ThrustRTC) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/fynv/ThrustRTC/releases) - [Commits](https://github.com/fynv/ThrustRTC/commits) --- updated-dependencies: - dependency-name: thrustrtc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e4e001333..d1eef9a053 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def get_long_description(): use_scm_version=True, setup_requires=["setuptools_scm"], install_requires=[ - "ThrustRTC==0.3.19", + "ThrustRTC==0.3.20", "CURandRTC" + ("==0.1.6" if "CI" in os.environ else ">=0.1.2"), "numba" + ("==0.55.1" if "CI" in os.environ else ">=0.51.2"), "numpy" + ("==1.21" if "CI" in os.environ else ""),