Skip to content

Commit

Permalink
Merge pull request #648 from slayoo/freezing
Browse files Browse the repository at this point in the history
ThrustRTC 0.3.14 is broken, requireing 0.3.13
  • Loading branch information
slayoo authored Sep 30, 2021
2 parents 22b772b + 39c983c commit 475939a
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.14',
'ThrustRTC==0.3.13',
'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 475939a

Please sign in to comment.