From 3e43ce658b0320a77e23f66ba71b54f32f47735f Mon Sep 17 00:00:00 2001 From: amin roosta Date: Wed, 24 Sep 2025 09:58:49 -0400 Subject: [PATCH] Upgrade to numba 0.61.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fddb9efe..1808f7af 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'xlrd>=1.2.0', 'openpyxl>=3.0.0', 'flexsolve>=0.5.9', - 'numba==0.60.0', + 'numba==0.61.0', 'coolprop', 'imageio', 'pydot', @@ -88,4 +88,4 @@ 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Education'], keywords=['thermodynamics', 'chemical engineering', 'mass and energy balance', 'material properties', 'phase equilibrium'], -) \ No newline at end of file +)