Skip to content

Commit 12ab1ce

Browse files
authored
require ThrustRTC==0.3.8 (due to fynv/ThrustRTC#19)
1 parent 843c718 commit 12ab1ce

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.10' if 'CI' in os.environ else '>=0.3.3'),
17+
'ThrustRTC==0.3.8', # https://github.com/fynv/ThrustRTC/issues/19
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)