Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] power-grid-model v1.7.54 #176

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "power-grid-model" %}
{% set version = "1.7.53" %}
{% set version = "1.7.54" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: ebe4c96554cb1d31fa8718137d36651df7936d2b7af6c8ed81b9b4d14cf944e6
sha256: 24ce4f3928be50a52c6e839b6677fdfec6bf975db0eb9a269269e02ea2cace65

build:
skip: true # [py<39 or win32 or ppc64le or (python_impl == 'pypy')]
Expand Down
Loading