Skip to content

Commit 1828c01

Browse files
authored
Merge branch 'pytorch-2' into model/qr_code_pytorch2
2 parents d5581a5 + 53deb87 commit 1828c01

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.mem
33
*.prof
44
/.mypy_cache/
5-
/.python-version/
5+
/.venv/
66
/.vscode/
77
**/build/
88
/ninja-python-distributions

Diff for: .python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.8
1+
3.11.9

Diff for: izer/assets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################################################################################################
2-
# Copyright (C) 2019-2023 Maxim Integrated Products, Inc. All Rights Reserved.
2+
# Copyright (C) 2019-2024 Maxim Integrated Products, Inc. All Rights Reserved.
33
#
44
# Maxim Integrated Products, Inc. Default Copyright Notice:
55
# https://www.maximintegrated.com/en/aboutus/legal/copyrights.html
@@ -282,7 +282,7 @@ class MakefileMapping(MutableMapping):
282282
'SRCS +=', etc. is done "on the fly" through this mapping object.
283283
284284
The key:value rules are as follows:
285-
* The key is lowercase, and any '.' is replaced is '_'. (revelant for JSON parsing)
285+
* The key is lowercase, and any '.' is replaced is '_'. (relevant for JSON parsing)
286286
287287
* The value is a tuple with 2 items:
288288
* index 0: The template string

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ line-length = 99
2929
count = ""
3030
ignore-words-list = "nervana,cconfiguration,anormal"
3131
quiet-level = 3
32-
skip = "*.dasm,*.map,./rtldev,./.mypy_cache,./sdk,./.venv,./.git,./super-linter.log"
32+
skip = "*.dasm,*.map,./rtldev,./.mypy_cache,./sdk,./.venv,./.git,./super-linter.log,./pyproject.toml"
3333
ignore-regex = '^\s+"image/png".*$'
3434

3535
[tool.pytest.ini_options]

Diff for: requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PyGithub==2.3.0
44
PyYAML==6.0.1
55
matplotlib==3.9.0
66
numpy==1.26.4
7-
onnx==1.16.0
8-
pytest==8.2.0
7+
onnx==1.16.1
8+
pytest==8.2.2
99
rich==13.7.1
10-
torch~=2.3.0
10+
torch==2.3.1
1111
xxhash==3.4.1

0 commit comments

Comments
 (0)