Skip to content

Commit d41917c

Browse files
authored
Merge pull request #799 from atmos-cloud-sim-uj/slayoo-patch-6
bump Numba requirement for CI
2 parents 0eea64c + 5a90ceb commit d41917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_long_description():
2222
install_requires=[
2323
"ThrustRTC==0.3.19",
2424
"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"),
25+
"numba" + ("==0.55.1" if "CI" in os.environ else ">=0.51.2"),
2626
"numpy" + ("==1.21" if "CI" in os.environ else ""),
2727
"Pint" + ("==0.17" if "CI" in os.environ else ""),
2828
"chempy" + ("==0.7.10" if "CI" in os.environ else ""),

0 commit comments

Comments
 (0)