-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (40 loc) · 1.07 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "==1.24.2" # https://github.com/karolzak/ipyplot/issues/59
opencv-python = "*"
chess = "*"
cairosvg = "*"
gtts = "*"
playsound = "*"
pyside6 = "==6.4.2" # qt.permissions: Could not find permission plugin for QCameraPermission. chaged in 6.6
pytorch-lightning = "==1.9.3"
torchdata = "*"
pycocotools = "*"
labelme2coco = {editable = true, ref = "4ed43e6b2e89331a295157eb910dd7a3b2c4f64a", git = "https://github.com/ierror/labelme2coco.git"}
torchvision = "*"
albumentations = "*"
pyobjc-core = {version = "*", sys_platform = "== 'darwin'"}
pyobjc-framework-Cocoa = {version = "*", sys_platform = "== 'darwin'"}
python-dateutil = "*"
imutils = "*"
qimage2ndarray = "*"
pyqtdarktheme = "*"
berserk = "*"
requests-oauthlib = "*"
pyqt6-webengine = "*"
[dev-packages]
flake8-pyproject = "*"
isort = "*"
black = {extras = ["jupyter"], version = "*"}
jupyterlab = "*"
imagehash = "*"
google-api-python-client = "*"
ipyplot = "*"
wandb = "*"
ipywidgets = "*"
sphinx = "*"
pydata-sphinx-theme = "*"
[requires]