From 8023838c52978b5a868c1e9fc100c580b475ef58 Mon Sep 17 00:00:00 2001 From: RJ Wang Date: Thu, 9 Mar 2023 14:15:13 +0800 Subject: [PATCH 1/2] Update recipe/meta.yaml to be consistent with upstream google/flax@72189153f9779022b97858ae747c23fbaf571e3d --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 69442a7eea5f62f68f4f286b0600fc3b06313683 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 06:28:10 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and conda-forge-pinning 2023.03.09.00.59.00 --- .circleci/config.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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