From db8582c56fae51df0e4f068bbcb96d4e780b5f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 16:13:58 +0000 Subject: [PATCH] Bump thrustrtc from 0.3.10 to 0.3.18 Bumps [thrustrtc](https://github.com/fynv/ThrustRTC) from 0.3.10 to 0.3.18. - [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..2f114952c4 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.18', 'CURandRTC==0.1.6', 'numba==0.53.1', 'numpy>=1.20.2',