From ed6de14e9105801c19377e5c550e0bf75436d6c3 Mon Sep 17 00:00:00 2001 From: semuadmin <28569967+semuadmin@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:30:07 +0000 Subject: [PATCH] update numba dep --- pyproject.toml | 2 +- src/pymandel.egg-info/PKG-INFO | 2 +- src/pymandel.egg-info/requires.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a53bcf..857f11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ "Topic :: Utilities", ] -dependencies = ["numba>=0.59.0", "numpy>=1.21.6", "Pillow>=9.3.0"] +dependencies = ["numba>=0.58.0", "numpy>=1.21.6", "Pillow>=9.3.0"] [project.scripts] pymandel = "pymandel.__main__:main" diff --git a/src/pymandel.egg-info/PKG-INFO b/src/pymandel.egg-info/PKG-INFO index 8ca2d11..3c87f13 100644 --- a/src/pymandel.egg-info/PKG-INFO +++ b/src/pymandel.egg-info/PKG-INFO @@ -705,7 +705,7 @@ Classifier: Topic :: Utilities Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE -Requires-Dist: numba>=0.59.0 +Requires-Dist: numba>=0.58.0 Requires-Dist: numpy>=1.21.6 Requires-Dist: Pillow>=9.3.0 Provides-Extra: deploy diff --git a/src/pymandel.egg-info/requires.txt b/src/pymandel.egg-info/requires.txt index 09aa89d..559bf18 100644 --- a/src/pymandel.egg-info/requires.txt +++ b/src/pymandel.egg-info/requires.txt @@ -1,4 +1,4 @@ -numba>=0.59.0 +numba>=0.58.0 numpy>=1.21.6 Pillow>=9.3.0