-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (38 loc) · 909 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
[project]
name = "hw1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"scikit-learn>=1.5.1",
"pillow>=10.4.0",
"pyright>=1.1.378",
"pandas>=2.2.2",
"types-pillow>=10.2.0.20240822",
"annoy>=1.17.3",
"xxhash>=3.5.0",
"matplotlib>=3.9.2",
"pip>=24.2",
"torch>=2.4.0",
"keras>=3.5.0",
"numpy<2",
"pyqt5>=5.15.11",
"scikit-image",
"beartype>=0.18.5",
"opencv-stubs>=0.0.10",
"opencv-python>=4.10.0.84",
"torchvision>=0.19.0",
"transformers>=4.44.2",
"datasets>=3.0.1",
"jupyter>=1.1.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pyright]
reportPrivateImportUsage = "none"
[tool.uv]
constraint-dependencies = ["pyqt5-qt5 <=5.15.2"] # https://github.com/astral-sh/uv/issues/7005
[tool.ruff]
line-length = 120