forked from bela127/active_learning_de
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (48 loc) · 1.43 KB
/
Copy pathpyproject.toml
File metadata and controls
52 lines (48 loc) · 1.43 KB
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
47
48
49
50
51
52
[tool.poetry]
name = "ide"
version = "0.2.0"
description = "Interventional test for independence"
authors = ["bela127 <bhb127@outlook.de>"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
#distribution-data-generation = { path = "/home/bela/Cloud/code/Git/distribution_data_generation", develop = true }
distribution-data-generation = {git = "https://github.com/bela127/distribution_data_generation.git"}
#active-learning-ts = { path = "/home/bela/Cloud/code/Git/active_learning_ts", develop = true }
active-learning-ts = {git = "https://github.com/bela127/active_learning_ts.git"}
alts-modules = {git = "https://github.com/bela127/alts-modules.git"}
libclang = "<12.0"
#tensor-annotations = "^1.0.2"
#tensor-annotations-jax-stubs = "^1.0.0"
#data-science-types = "^0.2.23"
coloredlogs = "^15.0.1"
ipython = "^8.0.1"
matplotlib = "^3.5.1"
Rtree = "^0.9.7"
#nptyping = ">=2.0.0a1"
#mypy-extensions = "^0.4.3"
#typing-extensions = "^4.1.1"
nptyping = ">=2.0.0a1"
scikit-learn = "^1.0.2"
tensorflow = "^2.8.0"
numpy = "^1.22.3"
pandas = "^1.4.2"
wfdb = "^3.4.1"
fcit = "^1.2.0"
dcor = "^0.5.3"
statsmodels = "^0.13.2"
stats = "^0.1.2-alpha.0"
scipy = "1.8"
hyppo = "^0.3.2"
xicor = "^1.0.1"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
mypy = "^0.910"
black = "^21.6b0"
flake8 = "^4.0.1"
ipykernel = "^6.13.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[mypy]
plugins = "numpy.typing.mypy_plugin"