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
steps:
- script: |
rm -rf /opt/ghc
df -h
displayName: Manage disk space
# configure qemu binfmt-misc running. This allows us to run docker containers
# embedded qemu-static
- script: |
+4 -3
View File
@@ -1,5 +1,5 @@
{% set name = "gdptools" %}
{% set version = "0.2.1" %}
{% set version = "0.2.2" %}
package:
name: {{ name|lower }}
@@ -7,7 +7,7 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 74d3d9e996240f00bc3e97c76846f5d76077be10f878c8e26a25c5e7b1fc74ab
sha256: 8f49e51cf9525a0eb2a448ec9d834c3b282b82cf427a842e5919b3561d0d95b3
build:
entry_points:
@@ -22,6 +22,7 @@ requirements:
- pip
- poetry-core >=1.0.0
run:
- certifi <2023.7.22
- bump2version >=1.0.1,<2.0.0
- python >=3.8,<=3.11
- dask-core >=2022.0.0
@@ -36,7 +37,7 @@ requirements:
- pyproj >=3.3.0
- metpy >=1.2.0
- attrs >=20.3,<22
- pydantic <2.0,>=1.9.0
- pydantic <=1.10.9
- xarray >=2022.6.0
- netcdf4 >=1.5.8
- scipy >=1.9.0