Skip to content

Commit

Permalink
Update DAJIN2 (#48989)
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Jul 8, 2024
1 parent 09e3234 commit 5997866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/dajin2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "DAJIN2" %}
{% set version = "0.5.1" %}
{% set version = "0.5.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dajin2-{{ version }}.tar.gz
sha256: d74e22739f655396b19c532e5d77d403e8690838898f0f0bd4fbd53730f58226
sha256: aab7698d00d514664cd626a5173cef29a59b2de8d38c9771088906a7cf5a66da

build:
entry_points:
Expand All @@ -20,11 +20,11 @@ build:

requirements:
host:
- python >=3.8,<3.11
- python >=3.8,<4.0
- poetry-core >=1.0.0
- pip
run:
- python >=3.8,<3.11
- python >=3.8.0,<4.0.0
- numpy >=1.24.0
- scipy >=1.10.0
- pandas >=1.0.0
Expand Down

0 comments on commit 5997866

Please sign in to comment.