Skip to content

Commit

Permalink
In process
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jun 21, 2024
1 parent 3fbb05c commit 9f17473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devtools/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ requirements:
run:
- python
- pint
- numpy
about:
home: https://uibcdf.org
license: MIT License
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 9f17473

Please sign in to comment.