-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
40 lines (36 loc) · 896 Bytes
/
pyproject.toml
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
40
[tool.poetry]
name = "claficle"
version = "0.1.0"
description = "Cross-lingual adaptation for In Context Learning"
authors = ["Giulio Starace <giulio.starace@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
datasets = "^2.8.0"
hydra-core = "^1.2.0"
termcolor = "^2.1.0"
pybind11 = "^2.10.1"
matplotlib = "^3.6.2"
wandb = "^0.13.7"
torch = "^1.13.1"
pytorch-lightning = "^1.8.6"
fasttext-wheel = "^0.9.2"
fasttext = "^0.9.2"
wechsel = ">=0.0.4"
adapter-transformers = "^3.1.0"
tensorboard = "^2.11.2"
[tool.poetry.dev-dependencies]
jupyterlab = "^3.4.3"
black = "^22.6.0"
flake8 = "^4.0.1"
jupyterlab-code-formatter = "^1.4.11"
ipykernel = "^6.15.0"
nbdime = "^3.1.1"
ipywidgets = "^7.7.1"
types-PyYAML = "^6.0.11"
mypy = "^0.971"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
reportPrivateImportUsage = false