diff --git a/2026/uv.lock b/2026/uv.lock index 4487de8..76b9f22 100644 --- a/2026/uv.lock +++ b/2026/uv.lock @@ -701,6 +701,23 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/4f/e9/3759a02b0307fdbbb201d8a2b00e192a24cac86b1db9bd3bfa1cbbb9decc/equinox-0.13.6-py3-none-any.whl", hash = "sha256:e01f6bee9d2fb9a1a51d8b34af3b70476a4727097b46b1115f36432b2488f4a0", size = 182056, upload-time = "2026-03-09T19:03:37.742Z" }, ] +[[package]] +name = "eth-quantum-hackathon-2026-challenge" +version = "0.1.0" +source = { virtual = "." } +dependencies = [ + { name = "bloqade" }, + { name = "bloqade-circuit", extra = ["tsim"] }, + { name = "jupyterlab" }, +] + +[package.metadata] +requires-dist = [ + { name = "bloqade", specifier = ">=0.32.0" }, + { name = "bloqade-circuit", extras = ["tsim"], specifier = ">=0.11.2" }, + { name = "jupyterlab", specifier = ">=4.5.3" }, +] + [[package]] name = "executing" version = "2.2.1" @@ -1414,11 +1431,11 @@ wheels = [ [[package]] name = "mistune" -version = "3.2.0" +version = "3.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9d/55/d01f0c4b45ade6536c51170b9043db8b2ec6ddf4a35c7ea3f5f559ac935b/mistune-3.2.0.tar.gz", hash = "sha256:708487c8a8cdd99c9d90eb3ed4c3ed961246ff78ac82f03418f5183ab70e398a", size = 95467, upload-time = "2025-12-23T11:36:34.994Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ca/84/620cc3f7e3adf6f5067e10f4dbae71295d8f9e16d5d3f9ef97c40f2f592c/mistune-3.2.1.tar.gz", hash = "sha256:7c8e5501d38bac1582e067e46c8343f17d57ea1aaa735823f3aba1fd59c88a28", size = 98003, upload-time = "2026-05-03T14:33:22.312Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9b/f7/4a5e785ec9fbd65146a27b6b70b6cdc161a66f2024e4b04ac06a67f5578b/mistune-3.2.0-py3-none-any.whl", hash = "sha256:febdc629a3c78616b94393c6580551e0e34cc289987ec6c35ed3f4be42d0eee1", size = 53598, upload-time = "2025-12-23T11:36:33.211Z" }, + { url = "https://files.pythonhosted.org/packages/2a/7f/a946aa4f8752b37102b41e64dca18a1976ac705c3a0d1dfe74d820a02552/mistune-3.2.1-py3-none-any.whl", hash = "sha256:78cdb0ba5e938053ccf63651b352508d2efa9411dc8810bfb05f2dc5140c0048", size = 53749, upload-time = "2026-05-03T14:33:20.551Z" }, ] [[package]] @@ -2699,20 +2716,3 @@ sdist = { url = "https://files.pythonhosted.org/packages/f6/08/3cb9f67a8d48021ac wheels = [ { url = "https://files.pythonhosted.org/packages/a8/a9/d23012099dc88ec69a29c6407b41d89681cb674c2043cd5b467c7e299c08/xyzservices-2026.3.0-py3-none-any.whl", hash = "sha256:503183d4b322bfebc3c50cdd21192aa3e81e36c5efbf9133d54ae82143e0576b", size = 94101, upload-time = "2026-03-30T14:42:24.608Z" }, ] - -[[package]] -name = "eth-quantum-hackathon-2026-challenge" -version = "0.1.0" -source = { virtual = "." } -dependencies = [ - { name = "bloqade" }, - { name = "bloqade-circuit", extra = ["tsim"] }, - { name = "jupyterlab" }, -] - -[package.metadata] -requires-dist = [ - { name = "bloqade", specifier = ">=0.32.0" }, - { name = "bloqade-circuit", extras = ["tsim"], specifier = ">=0.11.2" }, - { name = "jupyterlab", specifier = ">=4.5.3" }, -]