Skip to content

Commit

Permalink
Merge pull request #318 from alexlib/master
Browse files Browse the repository at this point in the history
updated anaconda package, added badge
  • Loading branch information
alexlib authored Mar 18, 2024
2 parents f2cd496 + 854bbf6 commit 52e58ba
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 52 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
![Build and upload to PyPI](https://github.com/OpenPIV/openpiv-python/workflows/Build%20and%20upload%20to%20PyPI/badge.svg)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4409178.svg)](https://doi.org/10.5281/zenodo.4409178)
![PyPI](https://img.shields.io/pypi/v/openpiv)
![Anaconda](https://anaconda.org/openpiv/openpiv/badges/version.svg)


OpenPIV consists in a Python and Cython modules for scripting and executing the analysis of
Expand Down
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9"
numpy = "^1.21.6"
imageio = "^2.22.4"
matplotlib = "^3"
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build:
requirements:
build:
- python >=3.7
- poetry
- pip
run:
- python >=3.7
Expand Down

0 comments on commit 52e58ba

Please sign in to comment.