Skip to content

Commit 9ddc6f9

Browse files
committed
enforce numpy version 2
add coverage
1 parent 61fc784 commit 9ddc6f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(filename):
2525
description="Measurement data handling in Python",
2626
long_description=read("README.md"),
2727
packages=find_packages(exclude=("tests",)),
28-
install_requires=["comet_maths", "netcdf4", "xarray"],
28+
install_requires=["comet_maths", "netcdf4", "xarray", "numpy==2.*"],
2929
extras_require={
3030
"dev": [
3131
"pre-commit",
@@ -35,6 +35,7 @@ def read(filename):
3535
"sphinx_book_theme",
3636
"ipython",
3737
"sphinx_autosummary_accessors",
38+
"coverage",
3839
]
3940
},
4041
classifiers=[

0 commit comments

Comments
 (0)