Skip to content

Commit

Permalink
Merge pull request #18 from regro-cf-autotick-bot/4.3.1_h6c7453
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren authored Jun 13, 2024
2 parents 5e51865 + a62bc95 commit 68233f5
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 40 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .gitattributes

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

13 changes: 10 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

12 changes: 12 additions & 0 deletions recipe/0001-Patch-pyproject.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/pyproject.toml b/pyproject.toml
index cea2dd06..2e07f14c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,6 @@ dependencies = [
"scikit-learn",
"dask",
"dask-jobqueue",
- "opencv-python",
"xarray >= 2022.11.0",
"statsmodels",
"altair",
25 changes: 0 additions & 25 deletions recipe/0001-Patch-requirements-and-setup.patch

This file was deleted.

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "plantcv" %}
{% set version = "4.2.1" %}
{% set version = "4.3.1" %}


package:
Expand All @@ -8,9 +8,9 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2ab7c0910c7873093cfb73d2422e8a9df3aaf44a6f4b350cbf74f9ab7291e5b8
sha256: 723b5c5e4d5e0cf786fc8ca50214a629150746c29c3b93248a99c3fe55c03211
patches:
- 0001-Patch-requirements-and-setup.patch
- 0001-Patch-pyproject.patch

build:
number: 0
Expand Down Expand Up @@ -49,6 +49,7 @@ test:
- pip check
requires:
- pip
- libopencv *=headless*

about:
home: https://plantcv.org
Expand Down
9 changes: 4 additions & 5 deletions recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mesa-libGL
mesa-dri-drivers
libselinux
libXdamage
libXxf86vm
libXext
mesa-libEGL
libglvnd-egl
libglvnd-glx
libglvnd-opengl

0 comments on commit 68233f5

Please sign in to comment.