Merge pull request #37 from regro-cf-autotick-bot/0.2.2_h23c23f

gdptools v0.2.2
This commit is contained in:
nidichaogequ
2025-05-06 00:13:25 +08:00
2 changed files with 4 additions and 8 deletions
-5
View File
@@ -15,11 +15,6 @@ jobs:
timeoutInMinutes: 360 timeoutInMinutes: 360
steps: steps:
- script: |
rm -rf /opt/ghc
df -h
displayName: Manage disk space
# configure qemu binfmt-misc running. This allows us to run docker containers # configure qemu binfmt-misc running. This allows us to run docker containers
# embedded qemu-static # embedded qemu-static
- script: | - script: |
+4 -3
View File
@@ -1,5 +1,5 @@
{% set name = "gdptools" %} {% set name = "gdptools" %}
{% set version = "0.2.1" %} {% set version = "0.2.2" %}
package: package:
name: {{ name|lower }} name: {{ name|lower }}
@@ -7,7 +7,7 @@ package:
source: source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 74d3d9e996240f00bc3e97c76846f5d76077be10f878c8e26a25c5e7b1fc74ab sha256: 8f49e51cf9525a0eb2a448ec9d834c3b282b82cf427a842e5919b3561d0d95b3
build: build:
entry_points: entry_points:
@@ -22,6 +22,7 @@ requirements:
- pip - pip
- poetry-core >=1.0.0 - poetry-core >=1.0.0
run: run:
- certifi <2023.7.22
- bump2version >=1.0.1,<2.0.0 - bump2version >=1.0.1,<2.0.0
- python >=3.8,<=3.11 - python >=3.8,<=3.11
- dask-core >=2022.0.0 - dask-core >=2022.0.0
@@ -36,7 +37,7 @@ requirements:
- pyproj >=3.3.0 - pyproj >=3.3.0
- metpy >=1.2.0 - metpy >=1.2.0
- attrs >=20.3,<22 - attrs >=20.3,<22
- pydantic <2.0,>=1.9.0 - pydantic <=1.10.9
- xarray >=2022.6.0 - xarray >=2022.6.0
- netcdf4 >=1.5.8 - netcdf4 >=1.5.8
- scipy >=1.9.0 - scipy >=1.9.0