You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN --mount=type=cache,target=/tmp/poetry_cache poetry install --no-root
. This just installs the package versions as reflected in poetry.lock file, so will no longer automatically pick up the latest versions of any external compilers. I will open a PR to instead install the latest (compatible) versions when creating the dockerfile as was done previously.
However, that's another point in favor of externalizing the benchmarking code as discussed in #210, as the dependencies specified in pyproject.toml and the resulting poetry.lock file mean different things for developers of the ucc library from users or benchmarking runs. We don't need to change anything quite yet, but it will complicate workflows like upgrading to the latest version of pytket for benchmarking, but not yet for any places where we build on top of pyket compiler passes.
Perhaps updating this to instead plot by month will scale better over time:
Otherwise will get quite long quickly
The text was updated successfully, but these errors were encountered: