We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b772b + 39c983c commit 475939aCopy full SHA for 475939a
setup.py
@@ -14,7 +14,7 @@ def get_long_description():
14
use_scm_version=True,
15
setup_requires=['setuptools_scm'],
16
install_requires=[
17
- 'ThrustRTC>=0.3.14',
+ 'ThrustRTC==0.3.13',
18
'CURandRTC' + ('==0.1.6' if 'CI' in os.environ else '>=0.1.2'),
19
'numba' + ('==0.54.0' if 'CI' in os.environ else '>=0.51.2'),
20
'numpy' + ('==1.20.2' if 'CI' in os.environ else ''),
0 commit comments