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
$ nix build .#pytket yields a result containing result/lib/python3.10/site-packages/pytket-0.0.0.dist-info/METADATA specifying Version: 0.0.0. This breakes packages depending on it with ERROR: No matching distribution found for pytket>=1.10.0.
result/lib/python3.10/site-packages/pytket/_version.py is correctly set to __version__ = "1.21.0".
The text was updated successfully, but these errors were encountered:
$ nix build .#pytket
yields a result containingresult/lib/python3.10/site-packages/pytket-0.0.0.dist-info/METADATA
specifyingVersion: 0.0.0
. This breakes packages depending on it withERROR: No matching distribution found for pytket>=1.10.0
.result/lib/python3.10/site-packages/pytket/_version.py
is correctly set to__version__ = "1.21.0"
.The text was updated successfully, but these errors were encountered: