Skip to content

Commit

Permalink
build and upload to anaconda
Browse files Browse the repository at this point in the history
conda install anaconda-client conda-build
conda-build . --ouput
anaconda upload --user openpiv <path to the output>
  • Loading branch information
alexlib committed Mar 18, 2024
1 parent 4400105 commit 3ff5409
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 52 deletions.
1 change: 1 addition & 0 deletions README.md
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
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
Expand Up @@ -16,6 +16,7 @@ build:
requirements:
build:
- python >=3.7
- poetry
- pip
run:
- python >=3.7
Expand Down

0 comments on commit 3ff5409

Please sign in to comment.