Skip to content

Commit 42ab848

Browse files
committed
* Prepare for 2025
1 parent 32b8542 commit 42ab848

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 1 # to prevent too many requests to AoC API
1111
matrix:
12-
year: [2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
12+
year: [2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
1313

1414
runs-on: ubuntu-latest
1515

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ library. The sample input files are not original ones, but created by myself.
99

1010
| Year | Stars | Days completed |
1111
|:----:|:-------------------------------------------------------------------:|:----------------------------------------------------------------:|
12-
| 2024 | ![](https://img.shields.io/badge/2024%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2024%20days%20completed-25-red) |
12+
| 2025 | ![](https://img.shields.io/badge/2025%20stars%20⭐-0-yellow) | ![](https://img.shields.io/badge/2025%20days%20completed---red) |
13+
| 2024 | ![](https://img.shields.io/badge/2024%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2024%20days%20completed-25-red) |
1314
| 2023 | ![](https://img.shields.io/badge/2023%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2023%20days%20completed-25-red) |
1415
| 2022 | ![](https://img.shields.io/badge/2022%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2022%20days%20completed-25-red) |
1516
| 2021 | ![](https://img.shields.io/badge/2021%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2021%20days%20completed-25-red) |

requirements-to-freeze.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
advent-of-code-data
22
black
33
isort
4-
networkx
54
matplotlib
6-
scipy
5+
networkx
76
numpy
8-
tqdm
7+
scipy
8+
tqdm

0 commit comments

Comments
 (0)