Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v0.7.4 and add gabrielcnr and traversaro as mantainers #29

Merged
merged 7 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

2 changes: 2 additions & 0 deletions README.md

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

18 changes: 12 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{% set name = "flax" %}
{% set version = "0.6.1" %}
{% set version = "0.7.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 29960fb51d7b65dc692dd9935d9b0fc9ba3bf50943746a0ebeb55346816d8b54
sha256: d697323b557e92c1372798c2e2ae44bb7c123647158fc878bc765e45e25d990d

build:
noarch: python
number: 1
number: 0
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- python >=3.6
- pip
- setuptools
- setuptools-scm
run:
- python >=3.6
- jax >=0.3.2
- python >=3.9
- jax >=0.4.11
- matplotlib-base
- msgpack-python
- numpy >=1.12
- optax
- orbax-checkpoint
- tensorstore
- rich >=11.1.0
- typing_extensions >=4.1.1
- typing_extensions >=4.2.0
- pyyaml >=5.4.1

test:
Expand All @@ -52,3 +56,5 @@ extra:
- avital
- levskaya
- andsteing
- gabrielcnr
- traversaro