Skip to content

Commit 52e58ba

Browse files
authored
Merge pull request #318 from alexlib/master
updated anaconda package, added badge
2 parents f2cd496 + 854bbf6 commit 52e58ba

File tree

4 files changed

+54
-52
lines changed

4 files changed

+54
-52
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
![Build and upload to PyPI](https://github.com/OpenPIV/openpiv-python/workflows/Build%20and%20upload%20to%20PyPI/badge.svg)
33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4409178.svg)](https://doi.org/10.5281/zenodo.4409178)
44
![PyPI](https://img.shields.io/pypi/v/openpiv)
5+
![Anaconda](https://anaconda.org/openpiv/openpiv/badges/version.svg)
56

67

78
OpenPIV consists in a Python and Cython modules for scripting and executing the analysis of

poetry.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232

3333
[tool.poetry.dependencies]
34-
python = ">=3.9,<3.12"
34+
python = ">=3.9"
3535
numpy = "^1.21.6"
3636
imageio = "^2.22.4"
3737
matplotlib = "^3"

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
1616
requirements:
1717
build:
1818
- python >=3.7
19+
- poetry
1920
- pip
2021
run:
2122
- python >=3.7

0 commit comments

Comments
 (0)