Skip to content

Commit 030618b

Browse files
committed
Add rich to dependencies
1 parent 65a83ed commit 030618b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ tqdm==4.62.3
55
wandb==0.12.6
66
omegaconf==2.1.1
77
commode-utils==0.4.0
8+
rich==10.13.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "1.2.0"
3+
VERSION = "1.2.1"
44

55
with open("README.md") as readme_file:
66
readme = readme_file.read()
@@ -11,6 +11,7 @@
1111
"wandb~=0.12.0",
1212
"omegaconf~=2.1.1",
1313
"commode-utils>=0.4.0",
14+
"rich>=10.0.0",
1415
]
1516

1617
setup_args = dict(

0 commit comments

Comments
 (0)