Commit 03dc6d3 1 parent 774f914 commit 03dc6d3 Copy full SHA for 03dc6d3
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=64" , " wheel" ]
3
+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ lib_name = slg_%(repo)s
8
8
version = 0.0.11
9
9
min_python = 3.9
10
10
license = apache2
11
+ black_formatting = False
11
12
12
13
# ## nbdev ###
13
14
doc_path = _docs
@@ -47,12 +48,12 @@ status = 3
47
48
48
49
; requirements = lightning torch torchvision torchaudio torchtext torchdata \
49
50
50
- ; linux bitnami: torch 2.0.1 spacy 3.6 | mac: torch 2.3.0 & update spacy
51
- requirements = torch ==2.3.0 torchtext ==0.18.0 torchvision torchaudio jupyterlab nbdev numpy lightning \
51
+ ; linux bitnami: torch 2.0.1 spacy 3.6 | mac: torch 2.3.0 & update spacy = torch==2.3.0 torchtext==0.18.0
52
+ requirements = torch torchtext torchvision torchaudio jupyterlab nbdev numpy lightning \
52
53
anyascii datasets encodec fairscale hydra_colorlog hydra-core hydra-optuna-sweeper \
53
54
inflect ipykernel kenlm librosa lhotse \
54
55
matplotlib omegaconf pandas phonemizer plum-dispatch \
55
- pre-commit python-dotenv pytest timm tensorboard torch-lr-finder tqdm transformers wandb
56
+ pre-commit python-dotenv pytest spacy tensorboard timm tensorboard torch-lr-finder tqdm transformers wandb
56
57
57
58
# https://github.com/kpu/kenlm/archive/master.zip cupy
58
59
You can’t perform that action at this time.
0 commit comments