From 9e84a35fc0e9cfa5395ec1572b046fdca8eb5adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 16:13:15 +0000 Subject: [PATCH] Bump thrustrtc from 0.3.10 to 0.3.16 Bumps [thrustrtc](https://github.com/fynv/ThrustRTC) from 0.3.10 to 0.3.16. - [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 352f4efc6a..ac62c4117c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_long_description(): description='Pythonic particle-based (super-droplet) cloud microphysics modelling with Jupyter examples', use_scm_version=True, setup_requires=['setuptools_scm'], - install_requires=['ThrustRTC==0.3.10', + install_requires=['ThrustRTC==0.3.16', 'CURandRTC==0.1.6', 'numba==0.53.1', 'numpy>=1.20.2',