generated from ArneBinder/pytorch-ie-hydra-template-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
39 lines (35 loc) · 1.2 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# --------- pytorch-ie --------- #
pytorch-ie>=0.23.0,<1.0.0
# pie-utils provides some useful helper methods for pytorch-ie,
# e.g. document processors or span utils (convert span annotations
# to sequence encodings such as BIO, IO or BIOUL, and back).
git+https://github.com/ArneBinder/[email protected]
# --------- hydra --------- #
hydra-core>=1.3.0
hydra-colorlog>=1.2.0
hydra-optuna-sweeper>=1.2.0
# --------- loggers --------- #
# wandb
# neptune-client
# mlflow
# comet-ml
# tensorboard
# aim
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
black # code formatting
isort # import sorting
flake8 # code analysis
nbstripout # remove output from jupyter notebooks
# --------- others --------- #
pyrootutils # standardizing the project root setup
python-dotenv # loading env variables from .env file
rich # beautiful text formatting in terminal
pytest # tests
pytest-cov # test coverage
sh # for running bash commands in some tests
pudb # debugger
tabulate # show statistics as markdown
plotext # show statistics as plots
# huggingface-hub>=0.13 # interaction with HF hub
wandb