Skip to content

Commit fea0ac7

Browse files
authored
Merge pull request #238 from bashtage/add-packaging-v2
BUG: Add packaging
2 parents 01885e8 + 21f4c90 commit fea0ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# Possibly we need an even newer numpy than this, but we definitely
2828
# need at least 1.4 for triu_indices
2929
"numpy >= 1.4",
30+
"packaging",
3031
],
3132
extras_require={
3233
"test": ["pytest", "pytest-cov", "scipy"],
@@ -47,6 +48,7 @@
4748
"Programming Language :: Python :: 3.11",
4849
"Programming Language :: Python :: 3.12",
4950
"Programming Language :: Python :: 3.13",
51+
"Programming Language :: Python :: 3.14",
5052
"Topic :: Scientific/Engineering",
5153
],
5254
)

0 commit comments

Comments
 (0)