-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Pipfile
66 lines (63 loc) · 1.27 KB
/
Pipfile
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = ">=3.8"
chocolate = ">=0.0.2"
csvwlib = ">=0.3.2"
cryptography = ">=35.0"
decorator = ">=5.1"
fsspec = {version = ">=2022.2", extras = ["gs", "s3"]}
gcsfs = ">=2022.2"
icecream = ">=2.1"
morph-kgc = ">=2.0.0"
networkx = ">=2.7"
numpy = ">=1.23.0"
owlrl = ">=6.0.2"
oxrdflib = ">=0.3.1"
pandas = ">=1.4"
pslpython = ">=2.2.2"
pyarrow = ">=7.0"
pynvml = ">=11.4"
pyshacl = ">=0.18"
python-dateutil = ">=2.8"
pyvis = ">=0.1.9"
rdflib = ">=6.1"
requests = ">=2.27"
scikit-learn = "==1.1.3"
scipy = ">=1.8.0"
statsmodels = ">=0.13"
tqdm = ">=4.63"
urlpath = ">=1.2"
[dev-packages]
black = "*"
bandit = ">=1.7"
codespell = ">=2.1"
coverage = ">=6.3"
flask = ">=2.0"
grayskull = ">=1.1"
jupyterlab = ">=3.3"
mistune = ">=0.8"
mkdocs-git-revision-date-plugin = ">=0.3"
mkdocs-material = ">=8.2"
mknotebooks = ">=0.7"
mypy = ">=0.940"
nbconvert = ">=6.4"
nbmake = ">=1.3"
notebook = ">=6.4"
pipdeptree = ">=2.2"
pre-commit = ">=2.17"
pygments = ">=2.11"
pylint = ">=2.12"
pymdown-extensions = ">=9.2"
pytest = ">=7.1"
responses = ">=0.19"
scikit-learn = ">=1.1"
selenium = ">=4.1"
twine = ">=3.8"
types-python-dateutil = ">=2.8"
types-requests = ">=2.27"
xmltodict = ">=0.12"
[requires]
python_version = "3.7"