Skip to content

Commit 42feafd

Browse files
authored
Merge pull request #650 from atmos-cloud-sim-uj/dependabot/pip/thrustrtc-0.3.15
Bump thrustrtc from 0.3.13 to 0.3.15
2 parents a49ba20 + 84040fd commit 42feafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_long_description():
1414
use_scm_version=True,
1515
setup_requires=['setuptools_scm'],
1616
install_requires=[
17-
'ThrustRTC==0.3.13',
17+
'ThrustRTC==0.3.15',
1818
'CURandRTC' + ('==0.1.6' if 'CI' in os.environ else '>=0.1.2'),
1919
'numba' + ('==0.54.0' if 'CI' in os.environ else '>=0.51.2'),
2020
'numpy' + ('==1.20.2' if 'CI' in os.environ else ''),

0 commit comments

Comments
 (0)