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 0eea64c + 5a90ceb commit d41917cCopy full SHA for d41917c
setup.py
@@ -22,7 +22,7 @@ def get_long_description():
22
install_requires=[
23
"ThrustRTC==0.3.19",
24
"CURandRTC" + ("==0.1.6" if "CI" in os.environ else ">=0.1.2"),
25
- "numba" + ("==0.55.0" if "CI" in os.environ else ">=0.51.2"),
+ "numba" + ("==0.55.1" if "CI" in os.environ else ">=0.51.2"),
26
"numpy" + ("==1.21" if "CI" in os.environ else ""),
27
"Pint" + ("==0.17" if "CI" in os.environ else ""),
28
"chempy" + ("==0.7.10" if "CI" in os.environ else ""),
0 commit comments