Skip to content

Commit

Permalink
erdantic v1.0.4 (#16)
Browse files Browse the repository at this point in the history
* updated v1.0.4

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.0, and conda-forge-pinning 2024.07.16.17.39.45

* Bump typenames requirement to >=1.3

---------

Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and jayqi authored Jul 23, 2024
1 parent c1538c9 commit 65c4fd4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "erdantic" %}
{% set version = "1.0.3" %}
{% set version = "1.0.4" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/erdantic-{{ version }}.tar.gz
sha256: d84cae68674954e311a5593c5082d85875972f254738fef4e67c7903f2107e8e
sha256: 274dcd7b8b4129c3460a5ab808606b20090466a1d49f67777e3e74b0c89ff429

build:
number: 0
Expand All @@ -28,7 +28,7 @@ requirements:
- pygraphviz
- python >=3.8
- sortedcontainers-pydantic
- typenames
- typenames >=1.3
- typer
- typing-extensions

Expand Down

0 comments on commit 65c4fd4

Please sign in to comment.