Skip to content

Commit 195a69c

Browse files
committed
adding comet_maths to requirements
1 parent f8a12e8 commit 195a69c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# required modules
22
numpy
33
xarray
4+
comet_maths
45

56
# for docs
67
sphinx

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(filename):
2525
description="Measurement uncertainty handling in Python",
2626
long_description=read("README.md"),
2727
packages=find_packages(exclude=("tests",)),
28-
install_requires=["numpy", "xarray"],
28+
install_requires=["numpy", "xarray", "comet_maths"],
2929
extras_require={"dev": ["pre-commit", "tox", "sphinx", "sphinx_rtd_theme"]},
3030
classifiers=[
3131
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)