Skip to content

Commit 20d1fde

Browse files
committed
update project dependencies
1 parent bba94b6 commit 20d1fde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

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

44-
dependencies = ["numba>=0.60.0", "numpy>=2.1.0,<2.2.0", "Pillow>=9.3.0"]
44+
dependencies = ["numba>=0.60.0", "numpy>=2.0.0,<2.2.0", "Pillow>=9.3.0"]
4545

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

src/pymandel.egg-info/PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Requires-Python: >=3.9
706706
Description-Content-Type: text/markdown
707707
License-File: LICENSE
708708
Requires-Dist: numba>=0.60.0
709-
Requires-Dist: numpy<2.2.0,>=2.1.0
709+
Requires-Dist: numpy<2.2.0,>=2.0.0
710710
Requires-Dist: Pillow>=9.3.0
711711
Provides-Extra: deploy
712712
Requires-Dist: build; extra == "deploy"

src/pymandel.egg-info/requires.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numba>=0.60.0
2-
numpy<2.2.0,>=2.1.0
2+
numpy<2.2.0,>=2.0.0
33
Pillow>=9.3.0
44

55
[deploy]

0 commit comments

Comments
 (0)