Skip to content

Commit

Permalink
require ThrustRTC==0.3.8 (due to fynv/ThrustRTC#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Sep 19, 2021
1 parent 843c718 commit 12ab1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_long_description():
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=[
'ThrustRTC' + ('==0.3.10' if 'CI' in os.environ else '>=0.3.3'),
'ThrustRTC==0.3.8', # https://github.com/fynv/ThrustRTC/issues/19
'CURandRTC' + ('==0.1.6' if 'CI' in os.environ else '>=0.1.2'),
'numba' + ('==0.54.0' if 'CI' in os.environ else '>=0.51.2'),
'numpy' + ('==1.20.2' if 'CI' in os.environ else ''),
Expand Down

0 comments on commit 12ab1ce

Please sign in to comment.