Skip to content

Commit

Permalink
Merge pull request #28 from jan-janssen/main
Browse files Browse the repository at this point in the history
Update 0.17.0
  • Loading branch information
jan-janssen authored Jun 5, 2024
2 parents a0301ea + 5c4e04c commit 6552f22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bot:
automerge: true
inspection: update-grayskull
conda_forge_output_validation: true
github:
branch_name: main
Expand Down
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mendeleev" %}
{% set version = "0.16.2" %}
{% set version = "0.17.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5d9e385d8be96c470741e0c77528c38d2025913c26168153d0c02d0fdd63d08a
sha256: 1f62ee134771bb27ddcc71f17584a453b75e8860ae7b71591f949d284c263144

build:
number: 0
Expand All @@ -18,7 +18,7 @@ build:

requirements:
host:
- python >=3.5
- python >=3.8.1,<3.13
- pip
- pyfiglet
- colorama
Expand All @@ -27,14 +27,14 @@ requirements:
- numpy
- poetry
run:
- python >=3.5
- python >=3.8.1,<3.13
- pip
- numpy
- pandas
- sqlalchemy
- pyfiglet
- colorama
- pygments
- numpy >=1.21
- pandas >=1.0.0
- sqlalchemy >=1.4.0
- pyfiglet >=0.8,<0.9
- colorama >=0.4.6,<0.5.0
- pygments >=2.11.2,<3.0

test:
imports:
Expand Down

0 comments on commit 6552f22

Please sign in to comment.