summaryrefslogtreecommitdiff
path: root/math/py-flax/files/patch-setup.py
blob: 16a95395c8c33924e3e0bf9218f7826adb111b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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",
 ]