From 743954f6e476eaaf129338dbb55d7dacf1454e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 16:12:13 +0000 Subject: [PATCH] Bump curandrtc from 0.1.6 to 0.1.7 Bumps [curandrtc](https://github.com/fynv/CURandRTC) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/fynv/CURandRTC/releases) - [Commits](https://github.com/fynv/CURandRTC/commits) --- updated-dependencies: - dependency-name: curandrtc 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 352f4efc6a..bd567e488a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_long_description(): use_scm_version=True, setup_requires=['setuptools_scm'], install_requires=['ThrustRTC==0.3.10', - 'CURandRTC==0.1.6', + 'CURandRTC==0.1.7', 'numba==0.53.1', 'numpy>=1.20.2', 'Pint>=0.17',