File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ first_scaled_by:
131
131
date_of_birth: 1858-03-22
132
132
nationality: German
133
133
- name: Ludwig Purtscheller
134
- date_of_birth: 1849-10-06
134
+ date_of_birth: 1858-03-22
135
135
nationality: Austrian
136
136
` ` `
137
137
Original file line number Diff line number Diff line change @@ -134,26 +134,28 @@ Version [0.1.0]: 1.0.0
134
134
Description []: Analyse patient inflammation data
135
135
Author [None, n to skip]: James Graham <[email protected] >
136
136
License []: MIT
137
- Compatible Python versions [^3.11 ]: ^3.11
137
+ Compatible Python versions [>=3.13 ]: >=3.10
138
138
139
139
Would you like to define your main dependencies interactively? (yes/no) [yes] no
140
140
Would you like to define your development dependencies interactively? (yes/no) [yes] no
141
141
Generated file
142
142
143
- [tool.poetry ]
143
+ [project ]
144
144
name = "inflammation"
145
145
version = "1.0.0"
146
146
description = "Analyse patient inflammation data"
147
- authors = ["James Graham <[email protected] >"]
148
- license = "MIT"
147
+ authors = [
148
+ {name = "James Graham",email = "[email protected] "}
149
+ ]
150
+ license = {text = "MIT"}
151
+ readme = "README.md"
152
+ requires-python = ">=3.10"
153
+ dependencies = [
154
+ ]
149
155
150
- [tool.poetry.dependencies]
151
- python = "^3.11"
152
-
153
- [tool.poetry.dev-dependencies]
154
156
155
157
[build-system]
156
- requires = ["poetry-core>=1 .0.0"]
158
+ requires = ["poetry-core>=2.0.0,<3 .0.0"]
157
159
build-backend = "poetry.core.masonry.api"
158
160
159
161
Original file line number Diff line number Diff line change 18
18
"episodes/20-section2-intro.md" "de5af08b90601de19c724a0c9d7c3082" "site/built/20-section2-intro.md" "2024-12-06"
19
19
"episodes/21-automatically-testing-software.md" "ea242bf1a65757da67bb2237fb522445" "site/built/21-automatically-testing-software.md" "2025-04-01"
20
20
"episodes/22-scaling-up-unit-testing.md" "049c86638afb5e99590dbf04a3f92f61" "site/built/22-scaling-up-unit-testing.md" "2025-03-07"
21
- "episodes/23-continuous-integration-automated-testing.md" "a0ad567113da722f4c5ad8ab4c34b0d1 " "site/built/23-continuous-integration-automated-testing.md" "2025-05-30"
21
+ "episodes/23-continuous-integration-automated-testing.md" "3345e68ba82b2ff28da1f99d3e05e7a9 " "site/built/23-continuous-integration-automated-testing.md" "2025-05-30"
22
22
"episodes/24-diagnosing-issues-improving-robustness.md" "32ac0fb6b1d419f5bc63c98d5acb2ab3" "site/built/24-diagnosing-issues-improving-robustness.md" "2025-05-27"
23
23
"episodes/25-section2-optional-exercises.md" "439682a4955568fa290b79ab2b486797" "site/built/25-section2-optional-exercises.md" "2024-12-06"
24
24
"episodes/30-section3-intro.md" "24e70667c1848061ecb3d42ecf17dbf8" "site/built/30-section3-intro.md" "2024-12-06"
30
30
"episodes/40-section4-intro.md" "d8aa3c327409db1b14826b7619287c45" "site/built/40-section4-intro.md" "2024-12-06"
31
31
"episodes/41-code-review.md" "726036baff329ef792c6b871135dc23a" "site/built/41-code-review.md" "2025-05-01"
32
32
"episodes/42-software-reuse.md" "d97b8a23401a52bfb6dc5e564981fcf2" "site/built/42-software-reuse.md" "2024-12-06"
33
- "episodes/43-software-release.md" "3b29b1050dafe663d8d99d98344b0680 " "site/built/43-software-release.md" "2025-03-10 "
33
+ "episodes/43-software-release.md" "b7cde17cca571b448bca25634ac0b02f " "site/built/43-software-release.md" "2025-05-30 "
34
34
"episodes/50-section5-intro.md" "85de74adcd13ba9e8a6df600a17b9ddc" "site/built/50-section5-intro.md" "2024-12-06"
35
35
"episodes/51-managing-software.md" "666be3cf81dab6bb120f649c65bd64c1" "site/built/51-managing-software.md" "2025-02-25"
36
36
"episodes/52-assessing-software-suitability-improvement.md" "9092d3b746792536b43dd9d9eb1da26e" "site/built/52-assessing-software-suitability-improvement.md" "2024-12-06"
You can’t perform that action at this time.
0 commit comments