-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
46 lines (42 loc) · 1.08 KB
/
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
41
42
43
44
45
46
[tool.poetry]
name = "echolabeler"
version = "0.1.0"
description = "Code to perform work for Echolabeling paper"
authors = ["Bram van Es, Bauke Arends"]
license = "GPL3"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
matplotlib = "^3.9.0"
scikit-learn = "^1.5.0"
scikit-lego = ">=0.8.2"
evaluate = "^0.4.2"
python-benedict = "^0.33.2"
python-dotenv = "^1.0.1"
pandas = "^2.2.2"
seaborn = "^0.13.2"
spacy = "^3.7.4"
#clinlp = ">=0.8.0"
gensim = "^4.3.2"
torch = { version = "2.3.0", source="torch"}
torchaudio = { version = "2.3.0", source="torch"}
torchvision = { version = "0.18.0", source="torch"}
torchinfo = "^1.7.0"
transformers = ">=4.40.0"
setfit = "^1.0.0"
tensorflow-io-gcs-filesystem = "0.30.0"
scipy = ">=1.9.2"
accelerate = "^0.30.1"
tensorflow = "2.15.0"
xgboost = "^2.0.3"
medcat = "^1.12.0"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
ipykernel = "^6.29.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "torch"
url = "https://download.pytorch.org/whl/cu121"
priority = "supplemental"