Skip to content

Commit 6757135

Browse files
committed
Added UV as package manager
1 parent d128e58 commit 6757135

File tree

3 files changed

+2300
-0
lines changed

3 files changed

+2300
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[project]
2+
name = "collaborative-coding-exam"
3+
version = "0.1.0"
4+
description = "Exam project in the collaborative coding course."
5+
readme = "README.md"
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"black>=25.1.0",
9+
"h5py>=3.12.1",
10+
"isort>=6.0.0",
11+
"jupyterlab>=4.3.5",
12+
"numpy>=2.2.2",
13+
"pandas>=2.2.3",
14+
"pip>=25.0",
15+
"pytest>=8.3.4",
16+
"ruff>=0.9.4",
17+
"scalene>=1.5.51",
18+
"sphinx>=8.1.3",
19+
"sphinx-autoapi>=3.4.0",
20+
"sphinx-autobuild>=2024.10.3",
21+
"sphinx-rtd-theme>=3.0.2",
22+
"torch>=2.6.0",
23+
"torchvision>=0.21.0",
24+
]

0 commit comments

Comments
 (0)