Merge pull request #50 from regro-cf-autotick-bot/0.2.14_hd3e4da
gdptools v0.2.14
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ jobs:
|
||||
linux_64_:
|
||||
CONFIG: linux_64_
|
||||
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
|
||||
variables: {}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
cdt_name:
|
||||
- cos7
|
||||
- conda
|
||||
channel_sources:
|
||||
- conda-forge
|
||||
channel_targets:
|
||||
- conda-forge main
|
||||
docker_image:
|
||||
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
||||
- quay.io/condaforge/linux-anvil-x86_64:alma9
|
||||
|
||||
Generated
+7
@@ -26,6 +26,13 @@ def setup_environment(ns):
|
||||
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):
|
||||
script = ".scripts/run_docker_build.sh"
|
||||
|
||||
+7
-5
@@ -1,13 +1,14 @@
|
||||
{% set name = "gdptools" %}
|
||||
{% set version = "0.2.13" %}
|
||||
{% set version = "0.2.14" %}
|
||||
{% set python_min = "3.9" %}
|
||||
|
||||
package:
|
||||
name: {{ name|lower }}
|
||||
version: {{ version }}
|
||||
|
||||
source:
|
||||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
||||
sha256: 77f49b44d174a4c174b6e0dabce3d7c20e7e9f12610d05183ff59b9ca20c0966
|
||||
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
||||
sha256: 482f162396e2c499140fd94ab4633e5fcc7b18b93f385c289032992f26c7d4dc
|
||||
|
||||
build:
|
||||
entry_points:
|
||||
@@ -18,7 +19,7 @@ build:
|
||||
|
||||
requirements:
|
||||
host:
|
||||
- python >=3.9,<=3.12
|
||||
- python {{ python_min }}
|
||||
- pip
|
||||
- poetry-core >=1.0.0
|
||||
run:
|
||||
@@ -32,7 +33,7 @@ requirements:
|
||||
- tqdm >=4.66.2,<5.0.0
|
||||
- statsmodels >=0.14.0,<0.15.0
|
||||
- dask-core >=2024.7.1,<2025.0.0
|
||||
- python >=3.9,<=3.12
|
||||
- python >={{ python_min }}
|
||||
- fastparquet >=2024.2.0
|
||||
- pyarrow <17.0.0
|
||||
- dask-geopandas 0.4.1
|
||||
@@ -72,6 +73,7 @@ test:
|
||||
# - pip check
|
||||
- gdptools --help
|
||||
requires:
|
||||
- python {{ python_min }}
|
||||
- pip
|
||||
|
||||
about:
|
||||
|
||||
Reference in New Issue
Block a user