From d27f25de81343c7b52533c6c53c7b09095dd74ce Mon Sep 17 00:00:00 2001 From: jefsayshi Date: Fri, 19 Jul 2024 18:37:33 -0400 Subject: [PATCH 1/2] Add constraints to meta.yaml - align with constraints on conda main channel - https://pandas.pydata.org/docs/dev/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies --- recipe/meta.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c574010..7868669 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -51,6 +51,32 @@ requirements: - python-dateutil >=2.8.1 - pytz >=2020.1, <2024.2 - python-tzdata >=2022a + run_constrained: + - beautifulsoup4 >=4.11.2 + - blosc >=1.21.3 + - bottleneck >=1.3.6 + - fastparquet >=2022.12.0 + - fsspec >=2022.11.0 + - gcsfs >=2022.11.0 + - lxml >=4.9.2 + - matplotlib >=3.6.3 + - numba >=0.56.4 + - numexpr >=2.8.4 + - pyqt5 >=5.15.8 + - qtpy >=2.3.0 + - openpyxl >=3.1.0 + - psycopg2 >=2.9.6 + - pyreadstat >=1.2.0 + - pytables >=3.8.0 + - pyxlsb >=1.0.10 + - s3fs >=2022.11.0 + - scipy >=1.10.0 + - sqlalchemy >=2.0.0 + - tabulate >=0.9.0 + - tzdata >=2022.7 + - xarray >=2022.12.0 + - xlsxwriter >=3.0.5 + - zstandard >=0.19.0 test: imports: From 2ef4021e1c156d6428e5eb21b77400c85b669178 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:52:21 -0400 Subject: [PATCH 2/2] bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7868669..4f5a552 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667 build: - number: 1 + number: 2 script: - export PYTHONUNBUFFERED=1 # [ppc64le] # Cross-compilation stuff vendored from numpy-feedstock