Skip to content

Commit 475939a

Browse files
authored
Merge pull request #648 from slayoo/freezing
ThrustRTC 0.3.14 is broken, requireing 0.3.13
2 parents 22b772b + 39c983c commit 475939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.14',
17+
'ThrustRTC==0.3.13',
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)