Skip to content

Commit 4e255fd

Browse files
committed
Merge branch 'master' into fix-cuda-python
2 parents 2d05fc5 + 5160017 commit 4e255fd

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Kernel Tuner follows the Google Python style guide, with Sphinxdoc docstrings fo
2525
Before creating a pull request please ensure the following:
2626

2727
* You are working in an up-to-date development environment
28+
* You are a human developer. We are not interested in purely AI generated code contributions.
2829
* You have written unit tests to test your additions and all unit tests pass (run :bash:`nox`). If you do not have the required hardware, you can run :bash:`nox -- skip-gpu`, or :bash:`skip-cuda`, :bash:`skip-hip`, :bash:`skip-opencl`.
2930
* The examples still work and produce the same (or better) results
3031
* An entry about the change or addition is created in :bash:`CHANGELOG.md`

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tornado==6.5.1 ; python_version >= "3.9" and python_version < "3.15"
8282
traitlets==5.14.3 ; python_version >= "3.9" and python_version < "3.15"
8383
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.15"
8484
tzdata==2025.1 ; python_version >= "3.9" and python_version < "3.15"
85-
urllib3==2.6.0 ; python_version >= "3.9" and python_version < "3.15"
85+
urllib3==2.6.3 ; python_version >= "3.9" and python_version < "3.15"
8686
wcwidth==0.2.13 ; python_version >= "3.9" and python_version < "3.15"
8787
webencodings==0.5.1 ; python_version >= "3.9" and python_version < "3.15"
8888
xmltodict==0.14.2 ; python_version >= "3.9" and python_version < "3.15"

doc/requirements_test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ exceptiongroup==1.2.2 ; python_version == "3.10" \
9494
executing==2.2.0 ; python_version >= "3.10" and python_version < "4" \
9595
--hash=sha256:11387150cad388d62750327a53d3339fad4888b39a6fe233c3afbb54ecffd3aa \
9696
--hash=sha256:5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755
97-
filelock==3.18.0 ; python_version >= "3.10" and python_version < "4" \
98-
--hash=sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2 \
99-
--hash=sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de
97+
filelock==3.20.3 ; python_version >= "3.10" and python_version < "4" \
98+
--hash=sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1 \
99+
--hash=sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1
100100
hip-python==6.3.3.540.31 ; python_version >= "3.10" and python_version < "4" \
101101
--hash=sha256:254aba3a63a5f8910606539e59de710845515e0c2fb2bdcbbc2dc4c18754dfbc \
102102
--hash=sha256:5c0da34b3872d31f8bf2f857bcdedfb84f9740c3fd3e1ace026fde65219815d8 \
@@ -617,9 +617,9 @@ typing-extensions==4.13.1 ; python_version >= "3.10" and python_version < "3.13"
617617
tzdata==2025.2 ; python_version >= "3.10" and python_version < "4" \
618618
--hash=sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8 \
619619
--hash=sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9
620-
virtualenv==20.30.0 ; python_version >= "3.10" and python_version < "4" \
621-
--hash=sha256:800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8 \
622-
--hash=sha256:e34302959180fca3af42d1800df014b35019490b119eba981af27f2fa486e5d6
620+
virtualenv==20.36.1 ; python_version >= "3.10" and python_version < "4" \
621+
--hash=sha256:575a8d6b124ef88f6f51d56d656132389f961062a9177016a50e4f507bbcc19f \
622+
--hash=sha256:8befb5c81842c641f8ee658481e42641c68b5eab3521d8e092d18320902466ba
623623
wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4" \
624624
--hash=sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859 \
625625
--hash=sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5

0 commit comments

Comments
 (0)