Skip to content

Commit

Permalink
Merge pull request #29 from traversaro/patch-1
Browse files Browse the repository at this point in the history
Bump to v0.7.4 and add gabrielcnr and traversaro as mantainers
  • Loading branch information
dopplershift committed Nov 8, 2023
2 parents a9ecb8a + 4db6d1d commit 398d73c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
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

1 comment on commit 398d73c

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.