Skip to content

Commit

Permalink
Merge branch 'master' into tn_method_default_tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Jun 3, 2024
2 parents a1d2ef0 + 456e474 commit 049ceee
Show file tree
Hide file tree
Showing 16 changed files with 717 additions and 154 deletions.
36 changes: 20 additions & 16 deletions .github/stable/all_interfaces.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
absl-py==2.1.0
appdirs==1.4.4
astroid==2.6.6
astunparse==1.6.3
autograd==1.6.2
autoray==0.6.9
autoray==0.6.12
black==24.4.2
cachetools==5.3.3
certifi==2024.2.2
certifi==2024.6.2
cfgv==3.4.0
charset-normalizer==3.3.2
clarabel==0.7.1
clarabel==0.9.0
click==8.1.7
contourpy==1.2.1
coverage==7.5.1
coverage==7.5.3
cvxopt==1.3.2
cvxpy==1.5.1
cycler==0.12.1
Expand All @@ -22,12 +23,12 @@ execnet==2.1.1
filelock==3.14.0
flaky==3.8.1
flatbuffers==24.3.25
fonttools==4.51.0
fonttools==4.53.0
fsspec==2024.5.0
future==1.0.0
gast==0.5.4
google-pasta==0.2.0
grpcio==1.63.0
grpcio==1.64.0
h5py==3.11.0
identify==2.5.36
idna==3.7
Expand All @@ -40,22 +41,24 @@ jaxlib==0.4.23
Jinja2==3.1.4
keras==3.3.3
kiwisolver==1.4.5
lazy-object-proxy==1.10.0
libclang==18.1.1
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.9.0
mccabe==0.6.1
mdurl==0.1.2
ml-dtypes==0.3.2
mpmath==1.3.0
mypy-extensions==1.0.0
namex==0.0.8
networkx==3.2.1
nodeenv==1.8.0
nodeenv==1.9.0
numpy==1.26.4
opt-einsum==3.3.0
optree==0.11.0
osqp==0.6.5
osqp==0.6.7
packaging==24.0
pathspec==0.12.1
PennyLane_Lightning==0.37.0
Expand All @@ -67,8 +70,9 @@ protobuf==4.25.3
py==1.11.0
py-cpuinfo==9.0.0
Pygments==2.18.0
pylint==2.7.4
pyparsing==3.1.2
pytest==8.2.0
pytest==8.2.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-forked==1.6.0
Expand All @@ -78,14 +82,14 @@ python-dateutil==2.9.0.post0
pytorch-triton-rocm==2.3.0
PyYAML==6.0.1
qdldl==0.1.7.post2
requests==2.31.0
requests==2.32.3
rich==13.7.1
rustworkx==0.14.2
scipy==1.11.4
scs==3.2.4.post1
scipy==1.12.0
scs==3.2.4.post2
semantic-version==2.10.0
six==1.16.0
sympy==1.12
sympy==1.12.1
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.16.1
Expand All @@ -95,9 +99,9 @@ tf_keras==2.16.0
toml==0.10.2
tomli==2.0.1
torch==2.3.0+rocm6.0
typing_extensions==4.11.0
typing_extensions==4.12.1
urllib3==2.2.1
virtualenv==20.26.2
Werkzeug==3.0.3
wrapt==1.16.0
zipp==3.18.2
wrapt==1.12.1
zipp==3.19.1
29 changes: 17 additions & 12 deletions .github/stable/core.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
appdirs==1.4.4
astroid==2.6.6
autograd==1.6.2
autoray==0.6.9
autoray==0.6.12
black==24.4.2
cachetools==5.3.3
certifi==2024.2.2
certifi==2024.6.2
cfgv==3.4.0
charset-normalizer==3.3.2
clarabel==0.7.1
clarabel==0.9.0
click==8.1.7
contourpy==1.2.1
coverage==7.5.1
coverage==7.5.3
cvxopt==1.3.2
cvxpy==1.5.1
cycler==0.12.1
Expand All @@ -19,20 +20,22 @@ exceptiongroup==1.2.1
execnet==2.1.1
filelock==3.14.0
flaky==3.8.1
fonttools==4.51.0
fonttools==4.53.0
future==1.0.0
identify==2.5.36
idna==3.7
importlib_resources==6.4.0
iniconfig==2.0.0
isort==5.13.2
kiwisolver==1.4.5
lazy-object-proxy==1.10.0
matplotlib==3.9.0
mccabe==0.6.1
mypy-extensions==1.0.0
networkx==3.2.1
nodeenv==1.8.0
nodeenv==1.9.0
numpy==1.26.4
osqp==0.6.5
osqp==0.6.7
packaging==24.0
pathspec==0.12.1
PennyLane_Lightning==0.37.0
Expand All @@ -42,8 +45,9 @@ pluggy==1.5.0
pre-commit==3.7.1
py==1.11.0
py-cpuinfo==9.0.0
pylint==2.7.4
pyparsing==3.1.2
pytest==8.2.0
pytest==8.2.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-forked==1.6.0
Expand All @@ -53,15 +57,16 @@ pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
qdldl==0.1.7.post2
requests==2.31.0
requests==2.32.3
rustworkx==0.14.2
scipy==1.11.4
scs==3.2.4.post1
scs==3.2.4.post2
semantic-version==2.10.0
six==1.16.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.11.0
typing_extensions==4.12.1
urllib3==2.2.1
virtualenv==20.26.2
zipp==3.18.2
wrapt==1.12.1
zipp==3.19.1
18 changes: 9 additions & 9 deletions .github/stable/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autograd==1.6.2
autoray==0.6.12
Babel==2.15.0
cachetools==5.3.3
certifi==2024.2.2
certifi==2024.6.2
charset-normalizer==3.3.2
cirq-core==1.3.0
contourpy==1.2.1
Expand All @@ -20,7 +20,7 @@ docutils==0.16
duet==0.2.9
exceptiongroup==1.2.1
flatbuffers==24.3.25
fonttools==4.51.0
fonttools==4.53.0
frozenlist==1.4.1
fsspec==2024.5.0
future==1.0.0
Expand All @@ -29,7 +29,7 @@ google-auth==2.29.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
graphviz==0.20.3
grpcio==1.63.0
grpcio==1.64.0
h5py==3.11.0
idna==3.7
imagesize==1.4.1
Expand Down Expand Up @@ -72,16 +72,16 @@ pybtex-docutils==1.0.3
Pygments==2.18.0
pygments-github-lexers==0.0.5
pyparsing==3.1.2
pyscf==2.5.0
pytest==8.2.0
pyscf==2.6.0
pytest==8.2.1
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
requests==2.28.2
requests-oauthlib==2.0.0
rsa==4.9
rustworkx==0.12.1
scipy==1.13.0
scipy==1.13.1
semantic-version==2.10.0
six==1.16.0
snowballstemmer==2.2.0
Expand All @@ -98,7 +98,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxext-opengraph==0.6.3
sympy==1.12
sympy==1.12.1
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
Expand All @@ -111,11 +111,11 @@ toml==0.10.2
tomli==2.0.1
torch==1.9.0+cpu
tqdm==4.66.4
typing_extensions==4.11.0
typing_extensions==4.12.1
tzdata==2024.1
urllib3==1.26.18
Werkzeug==3.0.3
wrapt==1.16.0
xanadu-sphinx-theme==0.5.0
yarl==1.9.4
zipp==3.18.2
zipp==3.19.1
Loading

0 comments on commit 049ceee

Please sign in to comment.