generated from xduan7/dl-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
36 lines (33 loc) · 822 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
[tool.poetry]
name = "bioseq-learning"
version = "0.1.0"
description = "biological sequence learning with conserved domain"
authors = ["Xiaotian Duan <xduan7 at uchicago.edu>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
torch = "^1.8.0"
notebook = "^6.1.3"
tabulate = "^0.8.7"
GPUtil = "^1.4.0"
tqdm = "^4.49.0"
pytest = "^6.0.1"
biopython = "^1.78"
jupyterlab = "^2.2.8"
pandas = "^1.2.3"
seaborn = "^0.11.0"
umap-learn = "^0.4.6"
scikit-learn = "^0.23.2"
colorama = "^0.4.3"
nni = "^1.9"
dvc = "^1.8.2"
paramiko = "^2.7.2"
torchgpipe = "^0.0.7"
pytorch-model-summary = {git = "https://github.com/amarczew/pytorch_model_summary.git"}
taxonomy = "^0.7.0"
plotly = "^4.14.3"
kaleido = "0.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"