We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a83ed commit 030618bCopy full SHA for 030618b
requirements.txt
@@ -5,3 +5,4 @@ tqdm==4.62.3
5
wandb==0.12.6
6
omegaconf==2.1.1
7
commode-utils==0.4.0
8
+rich==10.13.0
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "1.2.0"
+VERSION = "1.2.1"
4
with open("README.md") as readme_file:
readme = readme_file.read()
@@ -11,6 +11,7 @@
11
"wandb~=0.12.0",
12
"omegaconf~=2.1.1",
13
"commode-utils>=0.4.0",
14
+ "rich>=10.0.0",
15
]
16
17
setup_args = dict(
0 commit comments