Skip to content

Commit

Permalink
2025-01-09T20:11:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmsr committed Jan 9, 2025
1 parent 8aeb84c commit 98e6d7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ select = ['ALL']

ignore = [

'A005', # stdlib-module-shadowing
'ANN001', # missing-type-function-argument
'ANN002', # missing-type-args
'ANN003', # missing-type-kwargs
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-xdist==3.6.1

flake8==7.1.1
flake8-pyproject==1.2.3
ruff==0.8.6
ruff==0.9.0

docutils-stubs==0.0.22
types-markdown==3.7.0.20241204
Expand Down
2 changes: 1 addition & 1 deletion requirements-ext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sympy>=1.13.1 # FIXME: torch :|

wgpu==0.19.3

hypothesis==6.123.9
hypothesis==6.123.12

hexdump==3.3

Expand Down
10 changes: 5 additions & 5 deletions requirements-frz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ httpx-sse==0.4.0
huggingface-hub==0.27.1
humanfriendly==10.0
hyperframe==6.0.1
hypothesis==6.123.9
hypothesis==6.123.12
idna==3.10
ifaddr==0.2.0
imageio==2.36.1
Expand Down Expand Up @@ -226,7 +226,7 @@ langcodes==3.5.0
langdetect==1.0.9
langgraph==0.2.61
langgraph-checkpoint==2.0.9
langgraph-sdk==0.1.48
langgraph-sdk==0.1.51
langsmith==0.2.10
language_data==1.3.0
lazy_loader==0.4
Expand All @@ -253,7 +253,7 @@ marisa-trie==1.2.1
Markdown==3.7
markdown-it-py==3.0.0
MarkupSafe==3.0.2
marshmallow==3.24.2
marshmallow==3.25.0
matplotlib==3.10.0
matplotlib-inline==0.1.7
mccabe==0.7.0
Expand Down Expand Up @@ -323,7 +323,7 @@ paramiko==3.5.0
parso==0.8.4
pathspec==0.12.1
pcpp==1.30
peft @ git+https://github.com/huggingface/peft.git@8d3039b6cb724522625bff26988418cac5759ffa
peft @ git+https://github.com/huggingface/peft.git@af637acc5bc7d6e38835771e2f9b37911875d7c3
pexpect==4.9.0
pg8000==1.31.2
pgcli==4.1.0
Expand Down Expand Up @@ -429,7 +429,7 @@ rich==13.9.4
rpds-py==0.22.3
rsa==4.9
rubicon-objc==0.5.0
ruff==0.8.6
ruff==0.9.0
s3transfer==0.10.4
safetensors==0.5.2
scikit-image==0.25.0
Expand Down

0 comments on commit 98e6d7a

Please sign in to comment.