Skip to content

Commit

Permalink
diffrax v0.5.1 (#14)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 19, 2024
2 parents 1648e26 + 22ef0a2 commit 3ba12b9
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 19 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .gitattributes

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

13 changes: 12 additions & 1 deletion .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "diffrax" %}
{% set version = "0.5.0" %}
{% set version = "0.5.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2e66701b545798818af34a9132887b354c93b5b47e133c9986e23a7cf600a937
sha256: 8541451e4713f0f0b3e276b076ddddc4902148b624b6ab4ddd4726c4984d6489

build:
noarch: python
Expand All @@ -22,10 +22,11 @@ requirements:
run:
- python >=3.9
- equinox >=0.11.2
- jax >=0.4.18
- jax >=0.4.23
- jaxtyping >=0.2.24
- lineax >=0.0.4
- optimistix >=0.0.6
- lineax >=0.0.5
- optimistix >=0.0.7
- typeguard ~=2.13.3
- typing_extensions >=4.5.0

test:
Expand Down

0 comments on commit 3ba12b9

Please sign in to comment.