-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (40 loc) · 873 Bytes
/
pyproject.toml
File metadata and controls
45 lines (40 loc) · 873 Bytes
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
41
42
43
44
45
[tool.poetry]
name = "gecobench"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.24.2"
torch = ">=2.0.0, !=2.0.1"
spacy = "^3.5.1"
jupyterlab = "^3.6.3"
notebook = "^6.5.3"
scikit-learn = "^1.2.2"
matplotlib = "^3.7.1"
transformers = "^4.27.4"
pandas = "1.5.3"
paramiko = "^3.1.0"
loguru = "^0.6.0"
captum = "^0.6.0"
black = "^23.10.1"
seaborn = "^0.13.0"
openpyxl = "^3.1.2"
selenium = "^4.15.2"
lxml = "^4.9.3"
xlsxwriter = "^3.1.9"
wandb = "^0.16.2"
python-dotenv = "^1.0.1"
lime = "^0.2.0.1"
einops = "^0.7.0"
torchmetrics = "^1.4.0"
nltk = "^3.9.1"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.2"
[tool.black]
skip-string-normalization = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"