Skip to content

Commit

Permalink
Merge pull request conda-forge#39 from regro-cf-autotick-bot/0.19.0_h…
Browse files Browse the repository at this point in the history
…898551

[bot-automerge] optimade v0.19.0
  • Loading branch information
jan-janssen authored Jul 18, 2022
2 parents 6369207 + 2bd6136 commit ff546ca
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml

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

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

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

30 changes: 22 additions & 8 deletions LICENSE.txt

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

19 changes: 13 additions & 6 deletions build-locally.py

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "optimade" %}
{% set version = "0.18.0" %}
{% set version = "0.19.0" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/optimade-{{ version }}.tar.gz
sha256: eb254e3188ccd2f73f69dee19bff59fd86b631db8ea8ef1115380b28423adf83
sha256: 322608a690992e9ceccedb5afed0a621fa9e40fc4515e55e3578349f0a053fa2

build:
number: 0
Expand All @@ -23,11 +23,11 @@ requirements:
- python >=3.7
run:
- email_validator >=1.2,<1.3
- fastapi >=0.65.2,<0.66
- lark-parser >=0.12.0,<0.13
- fastapi >=0.79.0,<0.80
- lark >=1.1,<1.2
- pydantic >=1.9,<1.10
- python >=3.7
- requests >=2.27,<2.28
- python >=3.8
- requests >=2.28,<2.29

test:
imports:
Expand Down

0 comments on commit ff546ca

Please sign in to comment.