Skip to content

Commit

Permalink
Merge branch 'main' into _roots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan authored Mar 6, 2025
2 parents 12bbe89 + 6cc6523 commit 711c897
Show file tree
Hide file tree
Showing 8 changed files with 221 additions and 155 deletions.
52 changes: 26 additions & 26 deletions dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyio==4.8.0
# via
# httpx
# jupyter-server
anywidget==0.9.13
anywidget==0.9.15
# via qsharp-widgets
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -68,7 +68,7 @@ blinker==1.9.0
# via flask
build==1.2.2.post1
# via pip-tools
cachetools==5.5.1
cachetools==5.5.2
# via -r deps/runtime.txt
certifi==2025.1.31
# via
Expand Down Expand Up @@ -97,11 +97,11 @@ comm==0.2.2
# ipywidgets
contourpy==1.3.1
# via matplotlib
cotengra==0.7.0
cotengra==0.7.1
# via quimb
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via pytest-cov
cryptography==44.0.0
cryptography==44.0.2
# via secretstorage
cycler==0.12.1
# via matplotlib
Expand All @@ -115,9 +115,9 @@ dash-html-components==2.0.0
# via dash
dash-table==5.0.0
# via dash
debugpy==1.8.12
debugpy==1.8.13
# via ipykernel
decorator==5.1.1
decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
Expand Down Expand Up @@ -173,7 +173,7 @@ grpcio-tools==1.70.0
# via -r deps/packaging.txt
h11==0.14.0
# via httpcore
h5py==3.12.1
h5py==3.13.0
# via
# openfermion
# pyscf
Expand Down Expand Up @@ -204,7 +204,7 @@ ipykernel==6.29.5
# -r deps/pytest.txt
# jupyterlab
# myst-nb
ipython==8.32.0
ipython==8.33.0
# via
# -r deps/runtime.txt
# ipykernel
Expand All @@ -230,15 +230,15 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jax==0.5.0
jax==0.4.38
# via openfermion
jaxlib==0.5.0
jaxlib==0.4.38
# via
# jax
# openfermion
jedi==0.19.2
# via ipython
jeepney==0.8.0
jeepney==0.9.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -320,7 +320,7 @@ markupsafe==3.0.2
# jinja2
# nbconvert
# werkzeug
matplotlib==3.10.0
matplotlib==3.10.1
# via
# -r deps/runtime.txt
# ase
Expand All @@ -335,7 +335,7 @@ mdit-py-plugins==0.4.2
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
mistune==3.1.1
mistune==3.1.2
# via nbconvert
ml-dtypes==0.5.1
# via
Expand All @@ -357,9 +357,9 @@ mypy-protobuf==3.6.0
# via -r deps/mypy.txt
myst-nb==1.2.0
# via -r deps/docs.txt
myst-parser==4.0.0
myst-parser==4.0.1
# via myst-nb
narwhals==1.25.2
narwhals==1.29.0
# via plotly
nbclient==0.10.2
# via
Expand Down Expand Up @@ -390,7 +390,7 @@ networkx==3.4.2
# -r deps/runtime.txt
# cirq-core
# openfermion
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
notebook==7.3.2
# via
Expand Down Expand Up @@ -424,7 +424,7 @@ numpy==1.26.4
# pyzx
# quimb
# scipy
openfermion[resources]==1.6.1
openfermion[resources]==1.7.0
# via
# -r deps/pylint.txt
# -r deps/pytest.txt
Expand Down Expand Up @@ -484,7 +484,7 @@ protobuf==5.29.3
# grpcio-tools
# mypy-protobuf
# tensorflow-docs
psutil==6.1.1
psutil==7.0.0
# via
# ipykernel
# quimb
Expand Down Expand Up @@ -534,7 +534,7 @@ pyproject-hooks==1.2.0
# pip-tools
pyscf==2.8.0
# via openfermion
pytest==8.3.4
pytest==8.3.5
# via
# -r deps/pylint.txt
# -r deps/pytest.txt
Expand Down Expand Up @@ -575,9 +575,9 @@ qref==0.9.0
# via
# -r deps/runtime.txt
# bartiq
qsharp==1.13.2
qsharp==1.14.0
# via -r deps/runtime.txt
qsharp-widgets==1.13.2
qsharp-widgets==1.14.0
# via -r deps/runtime.txt
quimb==1.10.0
# via -r deps/runtime.txt
Expand Down Expand Up @@ -613,11 +613,11 @@ rfc3986-validator==0.1.1
# jupyter-events
rich==13.9.4
# via twine
rpds-py==0.22.3
rpds-py==0.23.1
# via
# jsonschema
# referencing
scipy==1.15.1
scipy==1.15.2
# via
# ase
# cirq-core
Expand Down Expand Up @@ -731,7 +731,7 @@ traitlets==5.14.3
# nbformat
twine==6.1.0
# via -r deps/packaging.txt
types-protobuf==5.29.1.20241207
types-protobuf==5.29.1.20250208
# via mypy-protobuf
types-python-dateutil==2.9.0.20241206
# via arrow
Expand Down Expand Up @@ -766,7 +766,7 @@ urllib3==2.3.0
# via
# requests
# twine
virtualenv==20.29.1
virtualenv==20.29.2
# via -r deps/packaging.txt
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
30 changes: 15 additions & 15 deletions dev_tools/requirements/envs/docs.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anyio==4.8.0
# -c envs/dev.env.txt
# httpx
# jupyter-server
anywidget==0.9.13
anywidget==0.9.15
# via
# -c envs/dev.env.txt
# qsharp-widgets
Expand Down Expand Up @@ -89,7 +89,7 @@ blinker==1.9.0
# via
# -c envs/dev.env.txt
# flask
cachetools==5.5.1
cachetools==5.5.2
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down Expand Up @@ -125,7 +125,7 @@ contourpy==1.3.1
# via
# -c envs/dev.env.txt
# matplotlib
cotengra==0.7.0
cotengra==0.7.1
# via
# -c envs/dev.env.txt
# quimb
Expand Down Expand Up @@ -153,11 +153,11 @@ dash-table==5.0.0
# via
# -c envs/dev.env.txt
# dash
debugpy==1.8.12
debugpy==1.8.13
# via
# -c envs/dev.env.txt
# ipykernel
decorator==5.1.1
decorator==5.2.1
# via
# -c envs/dev.env.txt
# ipython
Expand Down Expand Up @@ -250,7 +250,7 @@ ipykernel==6.29.5
# -c envs/dev.env.txt
# jupyterlab
# myst-nb
ipython==8.32.0
ipython==8.33.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down Expand Up @@ -385,7 +385,7 @@ markupsafe==3.0.2
# jinja2
# nbconvert
# werkzeug
matplotlib==3.10.0
matplotlib==3.10.1
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand All @@ -403,7 +403,7 @@ mdurl==0.1.2
# via
# -c envs/dev.env.txt
# markdown-it-py
mistune==3.1.1
mistune==3.1.2
# via
# -c envs/dev.env.txt
# nbconvert
Expand All @@ -415,11 +415,11 @@ myst-nb==1.2.0
# via
# -c envs/dev.env.txt
# -r deps/docs.txt
myst-parser==4.0.0
myst-parser==4.0.1
# via
# -c envs/dev.env.txt
# myst-nb
narwhals==1.25.2
narwhals==1.29.0
# via
# -c envs/dev.env.txt
# plotly
Expand Down Expand Up @@ -542,7 +542,7 @@ protobuf==5.29.3
# -c envs/dev.env.txt
# -r deps/runtime.txt
# tensorflow-docs
psutil==6.1.1
psutil==7.0.0
# via
# -c envs/dev.env.txt
# ipykernel
Expand Down Expand Up @@ -637,11 +637,11 @@ qref==0.9.0
# -c envs/dev.env.txt
# -r deps/runtime.txt
# bartiq
qsharp==1.13.2
qsharp==1.14.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
qsharp-widgets==1.13.2
qsharp-widgets==1.14.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down Expand Up @@ -675,12 +675,12 @@ rfc3986-validator==0.1.1
# -c envs/dev.env.txt
# jsonschema
# jupyter-events
rpds-py==0.22.3
rpds-py==0.23.1
# via
# -c envs/dev.env.txt
# jsonschema
# referencing
scipy==1.15.1
scipy==1.15.2
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down
Loading

0 comments on commit 711c897

Please sign in to comment.