Skip to content

Commit 375d25d

Browse files
claude[bot]aevri
andcommitted
Merge main branch into pyright PR
- Resolved merge conflicts by keeping type safety fixes from current branch - Updated dependency versions from main (pandas, opencv-python, etc.) - Preserved Python 3.8+ compatibility and pyright configuration - Maintained pyright integration in static tests Co-authored-by: Angelos Evripiotis <aevri@users.noreply.github.com>
2 parents be78d81 + 1748fed commit 375d25d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ reportCallIssue = "none"
9595
reportAttributeAccessIssue = "none"
9696
reportArgumentType = "none"
9797
reportGeneralTypeIssues = "none"
98-
reportOptionalSubscript = "none"
98+
reportOptionalSubscript = "none"

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
colorama==0.4.6
22
docformatter==1.7.7
3-
opencv-python==4.11.0.86
4-
pandas==2.3.0
5-
pycodestyle==2.13.0
6-
pyflakes==3.3.2
3+
opencv-python==4.12.0.88
4+
pandas==2.3.1
5+
pycodestyle==2.14.0
6+
pyflakes==3.4.0
77
pygame==2.6.1
88
pyright==1.1.402
9-
pytest==8.4.0
10-
ruff==0.11.13
11-
pytorch-lightning==2.5.0.post0
9+
pytest==8.4.1
10+
ruff==0.12.2
11+
pytorch-lightning==2.5.2
1212
torchvision==0.22.1
1313
tqdm==4.67.1
1414
vulture==2.14
15-
wandb==0.20.0
15+
wandb==0.21.0

0 commit comments

Comments
 (0)