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.
2 parents 6ace13a + 556eef9 commit 533614dCopy full SHA for 533614d
CITATION.cff
@@ -17,6 +17,6 @@ authors:
17
given-names: "Johan"
18
orcid: "https://orcid.org/0009-0005-8580-372X"
19
title: "Collaborative Coding Exam"
20
-version: 1.0.0
+version: 1.1.0
21
date-released: 2025-02-26
22
url: "https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam"
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
name = "collaborative-coding-exam"
3
-version = "0.1.0"
+version = "1.1.0"
4
description = "Exam project in the collaborative coding course."
5
readme = "README.md"
6
-requires-python = ">=3.11.5"
+requires-python = ">=3.11.5, <3.13"
7
dependencies = [
8
"black>=25.1.0",
9
"h5py>=3.12.1",
0 commit comments