From 4a9021507056d87204ee783d846852b5e4272cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:13:21 +0000 Subject: [PATCH] Bump thrustrtc from 0.3.10 to 0.3.19 Bumps [thrustrtc](https://github.com/fynv/ThrustRTC) from 0.3.10 to 0.3.19. - [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..ab8c9cb7bf 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.19', 'CURandRTC==0.1.6', 'numba==0.53.1', 'numpy>=1.20.2',