Skip to content

Commit

Permalink
update cobfig
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed May 7, 2024
1 parent 3d2c47e commit 368b0c1
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 106 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/conda_build_config.yaml
Expand Up @@ -16,14 +16,14 @@ build_string: py38_0
test:
imports:
- pyflowline


# Define the package metadata
metadata:
# Package name
name: pyflowline
# Package version
version: "0.3.8"
version: "0.3.9"
# Package summary
summary: A mesh-independent river network generator for hydrologic models.
# Package homepage
Expand All @@ -46,4 +46,4 @@ metadata:
- python
- setuptools
- pip

20 changes: 10 additions & 10 deletions conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
{% set name = "hexwatershed" %}
{% set git_rev = "main" %}
{% set version = "0.3.8" %}
{% set version = "0.3.9" %}

package:
name: {{ name|lower }}
Expand All @@ -9,21 +9,21 @@ package:
source:
path: $RECIPE_DIR/../..

build:
build:
noarch: python
number: 0
requirements:

requirements:

build:
- python >=3.8
- python >=3.8
- setuptools
- pip

host:
- python >=3.8
- python >=3.8
- pip

run:
- python >=3.8
- numpy
Expand All @@ -34,7 +34,7 @@ requirements:
test:
imports:
- pyflowline


about:
home: https://github.com/changliao1025/pyflowline
Expand Down

0 comments on commit 368b0c1

Please sign in to comment.