diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa2..8b4ef2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/README.md b/README.md index c7075c3..8e0b7e1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About flax -========== +About flax-feedstock +==================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/flax-feedstock/blob/main/LICENSE.txt) Home: https://github.com/google/flax Package license: Apache-2.0 -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/flax-feedstock/blob/main/LICENSE.txt) - Summary: Flax: A neural network library for JAX designed for flexibility Development: https://github.com/google/flax diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5b938c1..311ac0e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . -vv requirements: @@ -25,7 +25,7 @@ requirements: - msgpack-python - numpy >=1.12 - optax - - rich ~=11.1.0 + - rich >=11.1.0 - typing_extensions >=4.1.1 - pyyaml >=5.4.1