Skip to content

Commit

Permalink
Update dysgu v1.70 (#52322)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Nov 24, 2024
1 parent 16f234f commit 34f263d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions recipes/dysgu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "dysgu" %}
{% set version = "1.6.7" %}
{% set sha256hash = "918eed7bf70e7033994212c5e3cab65c7c6a8ddd566ecde470241ddd7429fca2" %}
{% set version = "1.7.0" %}
{% set sha256hash = "36d8539ebff6687d27ef052ff23d80cb06eeb7734aee4909040931158e2f7e4c" %}

package:
name: {{ name|lower }}
Expand All @@ -11,12 +11,13 @@ source:
sha256: {{ sha256hash }}

build:
skip: true # [osx and x86_64]
number: 0
binary_relocation: False
binary_relocation: false
entry_points:
- dysgu = dysgu.main:cli
run_exports:
- {{ pin_subpackage('dysgu', max_pin="x") }}
- {{ pin_subpackage('dysgu', max_pin='x') }}

requirements:
build:
Expand Down Expand Up @@ -46,7 +47,7 @@ requirements:
run:
- python
- numpy >=1.18
- scipy >1.7
- scipy >=1.7
- pandas >=1.2
- networkx >=2.4
- scikit-learn >=0.22
Expand All @@ -72,7 +73,7 @@ test:
files:
- dysgu/tests/*
commands:
- 'dysgu --help'
- dysgu --help

about:
home: https://github.com/kcleal/dysgu
Expand All @@ -86,7 +87,7 @@ extra:
additional-platforms:
- linux-aarch64
container:
extended-base: True
extended-base: true
recipe-maintainers:
- kcleal
skip-lints:
Expand Down

0 comments on commit 34f263d

Please sign in to comment.