Skip to content

Commit

Permalink
update numba dep
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Feb 1, 2024
1 parent c9839eb commit ed6de14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/pymandel.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pymandel.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numba>=0.59.0
numba>=0.58.0
numpy>=1.21.6
Pillow>=9.3.0

Expand Down

0 comments on commit ed6de14

Please sign in to comment.