Skip to content

Commit fc80350

Browse files
committed
update dependencies
1 parent 06a9815 commit fc80350

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

py5_resources/py5_module/pyproject.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "Processing for CPython"
99
readme = "README.md"
1010
license = ""
11-
requires-python = ">3.8"
11+
requires-python = ">3.9"
1212
authors = [
1313
{ name = "Jim Schmitz", email = "jim@ixora.io" },
1414
]
@@ -25,7 +25,6 @@ classifiers = [
2525
"Intended Audience :: Science/Research",
2626
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
2727
"Programming Language :: Java",
28-
"Programming Language :: Python :: 3.8",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
@@ -34,14 +33,14 @@ classifiers = [
3433
"Topic :: Multimedia :: Graphics",
3534
]
3635
dependencies = [
37-
"autopep8>=2.0",
38-
"jpype1>=1.4",
39-
"line_profiler>=4.0",
40-
"numpy>=1.24",
41-
"pillow>=9.5",
42-
"pyobjc>=9.0;sys_platform==\"darwin\"",
43-
"requests>=2.28",
44-
"stackprinter>=0.2.10",
36+
"autopep8>=2.2",
37+
"jpype1>=1.5",
38+
"line_profiler>=4.1",
39+
"numpy>=1.26",
40+
"pillow>=10.2",
41+
"pyobjc>=10.1;sys_platform==\"darwin\"",
42+
"requests>=2.31",
43+
"stackprinter>=0.2.11",
4544
]
4645

4746
[project.optional-dependencies]
@@ -50,10 +49,10 @@ jupyter = [
5049
]
5150
extras = [
5251
"colour>=0.1.5",
53-
"matplotlib>=3.7",
52+
"matplotlib>=3.9",
5453
"py5jupyter>=0.2.0a0",
5554
"shapely>=2.0",
56-
"trimesh>=3.23",
55+
"trimesh>=4.3",
5756
]
5857

5958
[project.scripts]

0 commit comments

Comments
 (0)