Merge pull request #50 from regro-cf-autotick-bot/0.2.14_hd3e4da

gdptools v0.2.14
This commit is contained in:
nidichaogequ
2026-05-28 17:58:06 +08:00
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
linux_64_: linux_64_:
CONFIG: linux_64_ CONFIG: linux_64_
UPLOAD_PACKAGES: 'True' UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
timeoutInMinutes: 360 timeoutInMinutes: 360
variables: {} variables: {}
+2 -2
View File
@@ -1,8 +1,8 @@
cdt_name: cdt_name:
- cos7 - conda
channel_sources: channel_sources:
- conda-forge - conda-forge
channel_targets: channel_targets:
- conda-forge main - conda-forge main
docker_image: docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64 - quay.io/condaforge/linux-anvil-x86_64:alma9
+7
View File
@@ -26,6 +26,13 @@ def setup_environment(ns):
os.path.dirname(__file__), "miniforge3" os.path.dirname(__file__), "miniforge3"
) )
# The default cache location might not be writable using docker on macOS.
if ns.config.startswith("linux") and platform.system() == "Darwin":
os.environ["CONDA_FORGE_DOCKER_RUN_ARGS"] = (
os.environ.get("CONDA_FORGE_DOCKER_RUN_ARGS", "")
+ " -e RATTLER_CACHE_DIR=/tmp/rattler_cache"
)
def run_docker_build(ns): def run_docker_build(ns):
script = ".scripts/run_docker_build.sh" script = ".scripts/run_docker_build.sh"
+7 -5
View File
@@ -1,13 +1,14 @@
{% set name = "gdptools" %} {% set name = "gdptools" %}
{% set version = "0.2.13" %} {% set version = "0.2.14" %}
{% set python_min = "3.9" %}
package: package:
name: {{ name|lower }} name: {{ name|lower }}
version: {{ version }} version: {{ version }}
source: source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 77f49b44d174a4c174b6e0dabce3d7c20e7e9f12610d05183ff59b9ca20c0966 sha256: 482f162396e2c499140fd94ab4633e5fcc7b18b93f385c289032992f26c7d4dc
build: build:
entry_points: entry_points:
@@ -18,7 +19,7 @@ build:
requirements: requirements:
host: host:
- python >=3.9,<=3.12 - python {{ python_min }}
- pip - pip
- poetry-core >=1.0.0 - poetry-core >=1.0.0
run: run:
@@ -32,7 +33,7 @@ requirements:
- tqdm >=4.66.2,<5.0.0 - tqdm >=4.66.2,<5.0.0
- statsmodels >=0.14.0,<0.15.0 - statsmodels >=0.14.0,<0.15.0
- dask-core >=2024.7.1,<2025.0.0 - dask-core >=2024.7.1,<2025.0.0
- python >=3.9,<=3.12 - python >={{ python_min }}
- fastparquet >=2024.2.0 - fastparquet >=2024.2.0
- pyarrow <17.0.0 - pyarrow <17.0.0
- dask-geopandas 0.4.1 - dask-geopandas 0.4.1
@@ -72,6 +73,7 @@ test:
# - pip check # - pip check
- gdptools --help - gdptools --help
requires: requires:
- python {{ python_min }}
- pip - pip
about: about: