Skip to content

Commit df864e7

Browse files
committed
update supported verions and depenencies
1 parent a7420c0 commit df864e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Visualization",
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: 3 :: Only",
38-
"Programming Language :: Python :: 3.9",
3938
"Programming Language :: Python :: 3.10",
4039
"Programming Language :: Python :: 3.11",
4140
"Programming Language :: Python :: 3.12",
4241
"Programming Language :: Python :: 3.13"
42+
"Programming Language :: Python :: 3.14"
4343
]
4444

4545
dependencies = [
4646
"wxPython>=4.2.0",
4747
"wxutils>=0.3.3",
4848
"darkdetect",
49-
"matplotlib>=3.6.0",
49+
"matplotlib>=3.9.0",
5050
"pytz",
51-
"numpy>=1.22",
51+
"numpy>=1.26",
5252
"Pillow>=7.0",
5353
"pyyaml>=5.0",
5454
"pyshortcuts>=1.9.5"]

0 commit comments

Comments
 (0)