math/py-flax: Update to 0.6.1

Changes:	https://github.com/google/flax/releases
This commit is contained in:
Po-Chuan Hsieh 2022-10-09 23:32:14 +08:00
parent a781100ede
commit c7c3c8f5be
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= flax
PORTVERSION= 0.6.0
PORTVERSION= 0.6.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664767964
SHA256 (flax-0.6.0.tar.gz) = 6d9bc9d5e86291610e646c945a314912a8769508aa95ed751790f983f6e29c3d
SIZE (flax-0.6.0.tar.gz) = 150906
TIMESTAMP = 1665073146
SHA256 (flax-0.6.1.tar.gz) = 29960fb51d7b65dc692dd9935d9b0fc9ba3bf50943746a0ebeb55346816d8b54
SIZE (flax-0.6.1.tar.gz) = 157243

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2022-08-17 06:38:42 UTC
+++ setup.py
@@ -30,7 +30,7 @@ install_requires = [
"matplotlib", # only needed for tensorboard export
"msgpack",
"optax",
- "rich~=11.1",
+ "rich>=11.1",
"typing_extensions>=4.1.1",
"PyYAML>=5.4.1",
]