From 9f17473a3bb29968671cefe573a3ba0416083ed4 Mon Sep 17 00:00:00 2001 From: Diego Prada Date: Fri, 21 Jun 2024 15:11:20 -0600 Subject: [PATCH] In process --- devtools/conda-build/meta.yaml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/devtools/conda-build/meta.yaml b/devtools/conda-build/meta.yaml index e4a8d95..c06f731 100644 --- a/devtools/conda-build/meta.yaml +++ b/devtools/conda-build/meta.yaml @@ -14,6 +14,7 @@ requirements: run: - python - pint + - numpy about: home: https://uibcdf.org license: MIT License diff --git a/pyproject.toml b/pyproject.toml index c29eb1b..a686864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ requires-python = ">=3.9.0,<3.12.0" # Declare any run-time dependencies that should be installed with the package. dependencies = [ + "numpy", "pint", ]