We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d128e58 commit 6757135Copy full SHA for 6757135
.python-version
@@ -0,0 +1 @@
1
+3.12
pyproject.toml
@@ -0,0 +1,24 @@
+[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