We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7420c0 commit df864e7Copy full SHA for df864e7
pyproject.toml
@@ -35,20 +35,20 @@ classifiers = [
35
"Topic :: Scientific/Engineering :: Visualization",
36
"Programming Language :: Python",
37
"Programming Language :: Python :: 3 :: Only",
38
- "Programming Language :: Python :: 3.9",
39
"Programming Language :: Python :: 3.10",
40
"Programming Language :: Python :: 3.11",
41
"Programming Language :: Python :: 3.12",
42
"Programming Language :: Python :: 3.13"
+ "Programming Language :: Python :: 3.14"
43
]
44
45
dependencies = [
46
"wxPython>=4.2.0",
47
"wxutils>=0.3.3",
48
"darkdetect",
49
- "matplotlib>=3.6.0",
+ "matplotlib>=3.9.0",
50
"pytz",
51
- "numpy>=1.22",
+ "numpy>=1.26",
52
"Pillow>=7.0",
53
"pyyaml>=5.0",
54
"pyshortcuts>=1.9.5"]
0 commit comments