We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01885e8 + 21f4c90 commit fea0ac7Copy full SHA for fea0ac7
setup.py
@@ -27,6 +27,7 @@
27
# Possibly we need an even newer numpy than this, but we definitely
28
# need at least 1.4 for triu_indices
29
"numpy >= 1.4",
30
+ "packaging",
31
],
32
extras_require={
33
"test": ["pytest", "pytest-cov", "scipy"],
@@ -47,6 +48,7 @@
47
48
"Programming Language :: Python :: 3.11",
49
"Programming Language :: Python :: 3.12",
50
"Programming Language :: Python :: 3.13",
51
+ "Programming Language :: Python :: 3.14",
52
"Topic :: Scientific/Engineering",
53
54
)
0 commit comments