Skip to content

Commit 01f0a11

Browse files
committed
Version 0.6.0.post1:
* Add count_dirs(), count_files() * Add disable_datasets_progress() * Add flush_and_sleep() * Add gather_start_time() * Add run_command() * Add run_on_local_main_process() * Add temporary_mutable_conf() * Add to_yaml(), save_yaml() * Add wait_for_everyone() * Remove MorpClient * Remove RuntimeChecking * Update AppTyper: app.command(**kwargs) * Update JobTimer: accept args as DictConfig * Update LoggingFormat as Enum * Update new_path(): use suffix instead of suffixes
1 parent 600b7ef commit 01f0a11

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = chrisbase
3-
version = 0.6.0
3+
version = 0.6.0.post1
44
author = Jihee Ryu
55
author_email = chrisjihee@naver.com
66
url = https://github.com/chrisjihee/chrisbase
@@ -48,7 +48,10 @@ install_requires =
4848
elasticsearch
4949
more-itertools
5050
seqeval
51-
accelerate
51+
52+
[options.extras_require]
53+
accelerate =
54+
accelerate>=1.6.0
5255

5356
[options.packages.find]
5457
where = src

0 commit comments

Comments
 (0)