Skip to content

Commit 03dc6d3

Browse files
committed
fix update nbdev
1 parent 774f914 commit 03dc6d3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=64", "wheel"]
3+
build-backend = "setuptools.build_meta"

settings.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lib_name = slg_%(repo)s
88
version = 0.0.11
99
min_python = 3.9
1010
license = apache2
11+
black_formatting = False
1112

1213
### nbdev ###
1314
doc_path = _docs
@@ -47,12 +48,12 @@ status = 3
4748

4849
; requirements = lightning torch torchvision torchaudio torchtext torchdata \
4950

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 \
5253
anyascii datasets encodec fairscale hydra_colorlog hydra-core hydra-optuna-sweeper \
5354
inflect ipykernel kenlm librosa lhotse \
5455
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
5657

5758
# https://github.com/kpu/kenlm/archive/master.zip cupy
5859

0 commit comments

Comments
 (0)