Skip to content

Commit ed6de14

Browse files
committed
update numba dep
1 parent c9839eb commit ed6de14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Utilities",
4242
]
4343

44-
dependencies = ["numba>=0.59.0", "numpy>=1.21.6", "Pillow>=9.3.0"]
44+
dependencies = ["numba>=0.58.0", "numpy>=1.21.6", "Pillow>=9.3.0"]
4545

4646
[project.scripts]
4747
pymandel = "pymandel.__main__:main"

src/pymandel.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Classifier: Topic :: Utilities
705705
Requires-Python: >=3.8
706706
Description-Content-Type: text/markdown
707707
License-File: LICENSE
708-
Requires-Dist: numba>=0.59.0
708+
Requires-Dist: numba>=0.58.0
709709
Requires-Dist: numpy>=1.21.6
710710
Requires-Dist: Pillow>=9.3.0
711711
Provides-Extra: deploy

src/pymandel.egg-info/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numba>=0.59.0
1+
numba>=0.58.0
22
numpy>=1.21.6
33
Pillow>=9.3.0
44

0 commit comments

Comments
 (0)