Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update uv lockfile #3823

Merged
merged 1 commit into from
Feb 3, 2025
Merged

CI: Update uv lockfile #3823

merged 1 commit into from
Feb 3, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2025

/opt/hostedtoolcache/uv/0.5.26/x86_64/uv
uv sync --extra gui --extra dev --extra jax --extra riscv --extra docs
if [ ! -z "" ]; then \
	ln -sf  .venv/bin/mlir-opt; \
fi
Using CPython 3.12.3 interpreter at: /usr/bin/python3
Creating virtual environment at: .venv
Resolved 146 packages in 1.47s
Prepared 138 packages in 4.24s
Installed 138 packages in 446ms
 + aiohappyeyeballs==2.4.4
 + aiohttp==3.11.11
 + aiohttp-jinja2==1.6
 + aiosignal==1.3.2
 + anyio==4.8.0
 + asttokens==3.0.0
 + attrs==25.1.0
 + babel==2.17.0
 + beautifulsoup4==4.13.0
 + bleach==6.2.0
 + certifi==2025.1.31
 + cfgv==3.4.0
 + charset-normalizer==3.4.1
 + click==8.1.8
 + colorama==0.4.6
 + comm==0.2.2
 + coverage==7.6.10
 + debugpy==1.8.12
 + decorator==5.1.1
 + defusedxml==0.7.1
 + distlib==0.3.9
 + docutils==0.21.2
 + executing==2.2.0
 + fastjsonschema==2.21.1
 + filecheck==1.0.1
 + filelock==3.17.0
 + frozenlist==1.5.0
 + ghp-import==2.1.0
 + griffe==1.5.6
 + h11==0.14.0
 + identify==2.6.6
 + idna==3.10
 + immutabledict==4.2.1
 + importlib-resources==6.5.2
 + iniconfig==2.0.0
 + ipykernel==6.29.5
 + ipython==8.32.0
 + itsdangerous==2.2.0
 + jax==0.5.0
 + jaxlib==0.5.0
 + jedi==0.19.2
 + jinja2==3.1.5
 + jsonschema==4.23.0
 + jsonschema-specifications==2024.10.1
 + jupyter-client==8.6.3
 + jupyter-core==5.7.2
 + jupyterlab-pygments==0.3.0
 + linkify-it-py==2.0.3
 + lit==18.1.8
 + marimo==0.10.18
 + markdown==3.7
 + markdown-it-py==3.0.0
 + markupsafe==3.0.2
 + matplotlib-inline==0.1.7
 + mdit-py-plugins==0.4.2
 + mdurl==0.1.2
 + mergedeep==1.3.4
 + mistune==3.1.1
 + mkdocs==1.6.1
 + mkdocs-autorefs==1.3.0
 + mkdocs-gen-files==0.5.0
 + mkdocs-get-deps==0.2.0
 + mkdocs-material==9.6.1
 + mkdocs-material-extensions==1.3.1
 + mkdocstrings==0.27.0
 + mkdocstrings-python==1.13.0
 + ml-dtypes==0.5.1
 + msgpack==1.1.0
 + multidict==6.1.0
 + narwhals==1.24.2
 + nbclient==0.10.2
 + nbconvert==7.16.6
 + nbformat==5.10.4
 + nbval==0.11.0
 + nest-asyncio==1.6.0
 + nodeenv==1.9.1
 + numpy==2.2.2
 + opt-einsum==3.4.0
 + ordered-set==4.1.0
 + packaging==24.2
 + paginate==0.5.7
 + pandocfilters==1.5.1
 + parso==0.8.4
 + pathspec==0.12.1
 + pexpect==4.9.0
 + platformdirs==4.3.6
 + pluggy==1.5.0
 + pre-commit==4.1.0
 + prompt-toolkit==3.0.50
 + propcache==0.2.1
 + psutil==6.1.1
 + ptyprocess==0.7.0
 + pure-eval==0.2.3
 + pyclip==0.7.0
 + pycrdt==0.11.1
 + pyelftools==0.30
 + pygments==2.19.1
 + pymdown-extensions==10.14.3
 + pyright==1.1.393
 + pytest==8.3.4
 + pytest-asyncio==0.25.3
 + pytest-cov==6.0.0
 + python-dateutil==2.9.0.post0
 + pyyaml==6.0.2
 + pyyaml-env-tag==0.1
 + pyzmq==26.2.1
 + referencing==0.36.2
 + regex==2024.11.6
 + requests==2.32.3
 + rich==13.9.4
 + riscemu==2.2.7
 + rpds-py==0.22.3
 + ruff==0.9.4
 + scipy==1.15.1
 + six==1.17.0
 + sniffio==1.3.1
 + soupsieve==2.6
 + stack-data==0.6.3
 + starlette==0.45.3
 + textual==1.0.0
 + textual-dev==1.7.0
 + textual-serve==1.1.1
 + tinycss2==1.4.0
 + toml==0.10.2
 + tomlkit==0.13.2
 + tornado==6.4.2
 + traitlets==5.14.3
 + typing-extensions==4.12.2
 + uc-micro-py==1.0.3
 + urllib3==2.3.0
 + uvicorn==0.34.0
 + virtualenv==20.29.1
 + watchdog==6.0.0
 + wcwidth==0.2.13
 + webencodings==0.5.1
 + websockets==14.2
 + xdsl==0+untagged.1.g58567fc.dirty (from file:///home/runner/work/xdsl/xdsl)
 + yarl==1.18.3

@github-actions github-actions bot added the CI Continuous Integration label Feb 3, 2025
@superlopuh superlopuh merged commit 73437cd into main Feb 3, 2025
@superlopuh superlopuh deleted the ci/update-uv branch February 3, 2025 10:07
oluwatimilehin pushed a commit to oluwatimilehin/xdsl that referenced this pull request Feb 13, 2025
```
/opt/hostedtoolcache/uv/0.5.26/x86_64/uv
uv sync --extra gui --extra dev --extra jax --extra riscv --extra docs
if [ ! -z "" ]; then \
	ln -sf  .venv/bin/mlir-opt; \
fi
Using CPython 3.12.3 interpreter at: /usr/bin/python3
Creating virtual environment at: .venv
Resolved 146 packages in 1.47s
Prepared 138 packages in 4.24s
Installed 138 packages in 446ms
 + aiohappyeyeballs==2.4.4
 + aiohttp==3.11.11
 + aiohttp-jinja2==1.6
 + aiosignal==1.3.2
 + anyio==4.8.0
 + asttokens==3.0.0
 + attrs==25.1.0
 + babel==2.17.0
 + beautifulsoup4==4.13.0
 + bleach==6.2.0
 + certifi==2025.1.31
 + cfgv==3.4.0
 + charset-normalizer==3.4.1
 + click==8.1.8
 + colorama==0.4.6
 + comm==0.2.2
 + coverage==7.6.10
 + debugpy==1.8.12
 + decorator==5.1.1
 + defusedxml==0.7.1
 + distlib==0.3.9
 + docutils==0.21.2
 + executing==2.2.0
 + fastjsonschema==2.21.1
 + filecheck==1.0.1
 + filelock==3.17.0
 + frozenlist==1.5.0
 + ghp-import==2.1.0
 + griffe==1.5.6
 + h11==0.14.0
 + identify==2.6.6
 + idna==3.10
 + immutabledict==4.2.1
 + importlib-resources==6.5.2
 + iniconfig==2.0.0
 + ipykernel==6.29.5
 + ipython==8.32.0
 + itsdangerous==2.2.0
 + jax==0.5.0
 + jaxlib==0.5.0
 + jedi==0.19.2
 + jinja2==3.1.5
 + jsonschema==4.23.0
 + jsonschema-specifications==2024.10.1
 + jupyter-client==8.6.3
 + jupyter-core==5.7.2
 + jupyterlab-pygments==0.3.0
 + linkify-it-py==2.0.3
 + lit==18.1.8
 + marimo==0.10.18
 + markdown==3.7
 + markdown-it-py==3.0.0
 + markupsafe==3.0.2
 + matplotlib-inline==0.1.7
 + mdit-py-plugins==0.4.2
 + mdurl==0.1.2
 + mergedeep==1.3.4
 + mistune==3.1.1
 + mkdocs==1.6.1
 + mkdocs-autorefs==1.3.0
 + mkdocs-gen-files==0.5.0
 + mkdocs-get-deps==0.2.0
 + mkdocs-material==9.6.1
 + mkdocs-material-extensions==1.3.1
 + mkdocstrings==0.27.0
 + mkdocstrings-python==1.13.0
 + ml-dtypes==0.5.1
 + msgpack==1.1.0
 + multidict==6.1.0
 + narwhals==1.24.2
 + nbclient==0.10.2
 + nbconvert==7.16.6
 + nbformat==5.10.4
 + nbval==0.11.0
 + nest-asyncio==1.6.0
 + nodeenv==1.9.1
 + numpy==2.2.2
 + opt-einsum==3.4.0
 + ordered-set==4.1.0
 + packaging==24.2
 + paginate==0.5.7
 + pandocfilters==1.5.1
 + parso==0.8.4
 + pathspec==0.12.1
 + pexpect==4.9.0
 + platformdirs==4.3.6
 + pluggy==1.5.0
 + pre-commit==4.1.0
 + prompt-toolkit==3.0.50
 + propcache==0.2.1
 + psutil==6.1.1
 + ptyprocess==0.7.0
 + pure-eval==0.2.3
 + pyclip==0.7.0
 + pycrdt==0.11.1
 + pyelftools==0.30
 + pygments==2.19.1
 + pymdown-extensions==10.14.3
 + pyright==1.1.393
 + pytest==8.3.4
 + pytest-asyncio==0.25.3
 + pytest-cov==6.0.0
 + python-dateutil==2.9.0.post0
 + pyyaml==6.0.2
 + pyyaml-env-tag==0.1
 + pyzmq==26.2.1
 + referencing==0.36.2
 + regex==2024.11.6
 + requests==2.32.3
 + rich==13.9.4
 + riscemu==2.2.7
 + rpds-py==0.22.3
 + ruff==0.9.4
 + scipy==1.15.1
 + six==1.17.0
 + sniffio==1.3.1
 + soupsieve==2.6
 + stack-data==0.6.3
 + starlette==0.45.3
 + textual==1.0.0
 + textual-dev==1.7.0
 + textual-serve==1.1.1
 + tinycss2==1.4.0
 + toml==0.10.2
 + tomlkit==0.13.2
 + tornado==6.4.2
 + traitlets==5.14.3
 + typing-extensions==4.12.2
 + uc-micro-py==1.0.3
 + urllib3==2.3.0
 + uvicorn==0.34.0
 + virtualenv==20.29.1
 + watchdog==6.0.0
 + wcwidth==0.2.13
 + webencodings==0.5.1
 + websockets==14.2
 + xdsl==0+untagged.1.g58567fc.dirty (from file:///home/runner/work/xdsl/xdsl)
 + yarl==1.18.3
```

Co-authored-by: superlopuh <910320+superlopuh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants