Skip to content

Commit

Permalink
Fix Codspeed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 19, 2025
1 parent fb65350 commit e28d778
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ repos:
- id: uv-export
name: Export Codspeed requirements
args:
- "--no-emit-project"
- "--no-editable"
- "--frozen"
- "--no-hashes"
- "--no-dev"
- "--all-extras"
- "--only-group"
- "--group"
- "benchmark"
- "--output-file"
- "requirements/requirements.codspeed.txt"
Expand Down
52 changes: 47 additions & 5 deletions requirements/requirements.codspeed.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,101 @@
# This file was autogenerated by uv via the following command:
# uv export --no-emit-project --frozen --no-hashes --all-extras --only-group benchmark --output-file requirements/requirements.codspeed.txt
# uv export --no-editable --frozen --no-hashes --no-dev --all-extras --group benchmark --output-file requirements/requirements.codspeed.txt
.
aiobotocore==2.19.0
aiohappyeyeballs==2.4.6
aiohttp==3.11.12
aioitertools==0.12.0
aiosignal==1.3.2
appdirs==1.4.4
async-timeout==5.0.1 ; python_full_version < '3.11'
attrs==25.1.0
backoff==2.2.1 ; python_full_version < '4'
backports-datetime-fromisoformat==2.0.3 ; python_full_version < '3.11'
bcrypt==4.2.1
boto3==1.36.3
botocore==1.36.3
cattrs==24.1.2
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6 ; sys_platform == 'win32'
coverage==7.6.12
cryptography==44.0.1
duckdb==1.2.0
duckdb-engine==0.15.0 ; python_full_version < '4'
exceptiongroup==1.2.2 ; python_full_version < '3.11'
faker==36.1.1
fastjsonschema==2.21.1
frozenlist==1.5.0
fs==2.4.16
fs-s3fs==1.1.1
fsspec==2025.2.0
greenlet==3.1.1 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
idna==3.10
importlib-metadata==8.6.1 ; python_full_version < '3.10'
importlib-metadata==8.6.1 ; python_full_version < '3.12'
importlib-resources==6.5.2 ; python_full_version < '3.10'
inflection==0.5.1
iniconfig==2.0.0
jinja2==3.1.5
jmespath==1.0.1
joblib==1.4.2
jsonpath-ng==1.7.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
markdown-it-py==3.0.0
markupsafe==3.0.2
mdurl==0.1.2
moto==5.0.28
multidict==6.1.0
numpy==2.0.2 ; python_full_version < '3.10'
numpy==2.2.3 ; python_full_version >= '3.10'
packaging==24.2
paramiko==3.5.1
platformdirs==4.3.6
pluggy==1.5.0
ply==3.11
propcache==0.2.1
py-cpuinfo==9.0.0
pyarrow==19.0.1
pycparser==2.22
pygments==2.19.1
pyjwt==2.10.1
pynacl==1.5.0
pytest==8.3.4
pytest-benchmark==5.1.0
pytest-codspeed==3.2.0
pytest-snapshot==0.9.0
pytest-subtests==0.14.1
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2025.1
pyyaml==6.0.2
referencing==0.36.2
requests==2.32.3
requests-cache==1.2.1
requests-mock==1.12.1
responses==0.25.6
rfc3339-validator==0.1.4
rich==13.9.4
rpds-py==0.22.3
s3fs==2025.2.0
s3transfer==0.11.2
setuptools==70.3.0
simpleeval==1.0.3
simplejson==3.20.1
six==1.17.0
sqlalchemy==2.0.38 ; python_full_version < '4'
sqlalchemy==2.0.38
time-machine==2.16.0
tomli==2.2.1 ; python_full_version <= '3.11'
typing-extensions==4.12.2 ; python_full_version < '4'
typing-extensions==4.12.2
tzdata==2025.1
url-normalize==1.4.3
urllib3==1.26.20 ; python_full_version < '3.10'
urllib3==2.3.0 ; python_full_version >= '3.10'
werkzeug==3.1.3
wrapt==1.17.2
xdoctest==1.2.0
xmltodict==0.14.2
zipp==3.21.0 ; python_full_version < '3.10'
yarl==1.18.3
zipp==3.21.0 ; python_full_version < '3.12'

0 comments on commit e28d778

Please sign in to comment.