File size: 840 Bytes
24ee802
 
 
 
 
 
 
 
6117d42
24ee802
 
6117d42
24ee802
 
 
 
 
 
 
 
 
 
 
 
6117d42
 
199bd97
 
24ee802
 
 
 
 
 
 
 
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
[tool.poetry]
name = "lld"
version = "0.1.0"
description = "LLD (Large Logo Dataset)"
authors = ["Diwank Singh Tomer <diwank.singh@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
numpy = "^1.23.1"
h5py = "^3.7.0"
datasets = {extras = ["vision"], version = "^2.3.2"}
Pillow = "^9.2.0"
requests = "^2.28.1"
bs4 = "^0.0.1"
html5lib = "^1.1"
extraction = "^0.3"
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
tqdm = "^4.64.0"
pandas = "^1.4.3"
tables = "^3.7.0"
pyarrow = "^8.0.0"
modin = {extras = ["dask"], version = "^0.15.2"}
aiostream = "^0.4.4"
scipy = "^1.8.1"
scikit-learn = "^1.1.1"
huggingface-hub = "^0.8.1"
torchvision = "^0.13.0"

[tool.poetry.dev-dependencies]
ipython = "^8.4.0"
black = "^22.6.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"