-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
43 lines (40 loc) · 912 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
41
42
43
[tool.poetry]
name = "mutagenesis_visualization"
version = "1.0.0"
description = ""
authors = ["Frank <fhidalgoruiz@berkeley.edu>"]
[tool.poetry.dependencies]
python = "^3.8"
ipython = "^7.31.1"
numpy = "^1.19.5"
matplotlib = "^3.4.3"
pandas = "^1.2.0"
dataclasses-json = "^0.5.2"
scipy = "^1.5"
seaborn="0.10.0"
scikit-learn = "^0.24.2"
adjustText = "^0.7.3"
biopython = "^1.79"
freesasa = "^2.1.0"
plotly = "^5.1.0"
openpyxl = "^3.0.7"
ipympl = "^0.7.0"
xlrd = "^2.0.1"
statsmodels = "^0.12.2"
XlsxWriter = "^1.4.4"
pillow = "^9.0.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
ipykernel = "^5.4.3"
jupyter = "^1.0.0"
mypy = "^0.812"
pylint = "^2.6.0"
yapf = "^0.31.0"
sphinx = "^4.1.2"
nbconvert = "^6.1.0"
numpydoc = "^1.1.0"
sphinx-rtd-theme = "^0.5.2"
ipymol = {git = "git@github.com:cxhernandez/ipymol.git"}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"