From 345185c4d929e37dc34e2011d0291763b315ae96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:13:13 +0000 Subject: [PATCH] Bump thrustrtc from 0.3.10 to 0.3.20 Bumps [thrustrtc](https://github.com/fynv/ThrustRTC) from 0.3.10 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 352f4efc6a..a2091aee66 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.20', 'CURandRTC==0.1.6', 'numba==0.53.1', 'numpy>=1.20.2',