diff --git a/pyproject.toml b/pyproject.toml index cf6f6ad..ac05781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,8 @@ dependencies = [ "torchvision>=0.20.1", "tqdm>=4.67.0", "wandb>=0.18.7", + "tifffile>=2024.12.12", + "joblib>=1.4.2", ] [tool.uv.sources] @@ -62,4 +64,5 @@ exclude = [ "**/experiments", "**/__pycache__", "**/.local/share/uv/python", + "**/.vscode-server/extensions", ] diff --git a/uv.lock b/uv.lock index a37f43e..b173fe2 100644 --- a/uv.lock +++ b/uv.lock @@ -1,24 +1,22 @@ version = 1 requires-python = ">=3.10" resolution-markers = [ - "python_full_version < '3.11' and platform_system == 'Darwin' and sys_platform == 'linux'", + "python_version < '0'", "python_full_version < '3.11' and platform_system == 'Darwin' and sys_platform != 'linux'", "python_full_version < '3.11' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux'", "python_full_version < '3.11' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux'", - "(python_full_version < '3.11' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform == 'linux') or (python_full_version < '3.11' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", - "(python_full_version < '3.11' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform != 'linux') or (python_full_version < '3.11' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", - "python_full_version == '3.11.*' and platform_system == 'Darwin' and sys_platform == 'linux'", + "(python_full_version < '3.11' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux') or (python_full_version < '3.11' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", + "(python_full_version < '3.11' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (python_full_version < '3.11' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", "python_full_version == '3.11.*' and platform_system == 'Darwin' and sys_platform != 'linux'", "python_full_version == '3.11.*' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux'", - "(python_full_version == '3.11.*' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform == 'linux') or (python_full_version == '3.11.*' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", - "(python_full_version == '3.11.*' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform != 'linux') or (python_full_version == '3.11.*' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", - "python_full_version >= '3.12' and platform_system == 'Darwin' and sys_platform == 'linux'", + "(python_full_version == '3.11.*' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux') or (python_full_version == '3.11.*' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", + "(python_full_version == '3.11.*' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (python_full_version == '3.11.*' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", "python_full_version >= '3.12' and platform_system == 'Darwin' and sys_platform != 'linux'", "python_full_version >= '3.12' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux'", "python_full_version >= '3.12' and platform_machine == 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux'", - "(python_full_version >= '3.12' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform == 'linux') or (python_full_version >= '3.12' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", - "(python_full_version >= '3.12' and platform_machine != 'aarch64' and platform_system != 'Darwin' and sys_platform != 'linux') or (python_full_version >= '3.12' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", + "(python_full_version >= '3.12' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'linux') or (python_full_version >= '3.12' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'linux')", + "(python_full_version >= '3.12' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (python_full_version >= '3.12' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')", ] [[package]] @@ -26,13 +24,13 @@ name = "accelerate" version = "1.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "huggingface-hub" }, - { name = "numpy" }, - { name = "packaging" }, - { name = "psutil" }, - { name = "pyyaml" }, - { name = "safetensors" }, - { name = "torch" }, + { name = "huggingface-hub", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "psutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "safetensors", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torch", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/51/0b/179cc63d3a4f52e8cb233f2153a3e5a417522c85ea4b1dd25f6f2b377369/accelerate-1.1.1.tar.gz", hash = "sha256:0d39dfac557052bc735eb2703a0e87742879e1e40b88af8a2f9a93233d4cd7db", size = 335346 } wheels = [ @@ -59,10 +57,10 @@ name = "anyio" version = "4.6.2.post1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, - { name = "idna" }, - { name = "sniffio" }, - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "exceptiongroup", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, + { name = "idna", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "sniffio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9f/09/45b9b7a6d4e45c6bcb5bf61d19e3ab87df68e0601fa8c5293de3542546cc/anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c", size = 173422 } wheels = [ @@ -83,7 +81,7 @@ name = "argon2-cffi" version = "23.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "argon2-cffi-bindings" }, + { name = "argon2-cffi-bindings", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08", size = 42798 } wheels = [ @@ -95,7 +93,7 @@ name = "argon2-cffi-bindings" version = "21.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "cffi" }, + { name = "cffi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3", size = 1779911 } wheels = [ @@ -116,8 +114,8 @@ name = "arrow" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "python-dateutil" }, - { name = "types-python-dateutil" }, + { name = "python-dateutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "types-python-dateutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85", size = 131960 } wheels = [ @@ -129,7 +127,7 @@ name = "astroid" version = "3.3.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/38/1e/326fb1d3d83a3bb77c9f9be29d31f2901e35acb94b0605c3f2e5085047f9/astroid-3.3.5.tar.gz", hash = "sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d", size = 397229 } wheels = [ @@ -141,7 +139,7 @@ name = "asttokens" version = "2.4.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "six" }, + { name = "six", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/45/1d/f03bcb60c4a3212e15f99a56085d93093a497718adf828d050b9d675da81/asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0", size = 62284 } wheels = [ @@ -153,7 +151,7 @@ name = "async-lru" version = "2.0.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/80/e2/2b4651eff771f6fd900d233e175ddc5e2be502c7eb62c0c42f975c6d36cd/async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627", size = 10019 } wheels = [ @@ -183,7 +181,7 @@ name = "beautifulsoup4" version = "4.12.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "soupsieve" }, + { name = "soupsieve", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", size = 581181 } wheels = [ @@ -195,7 +193,7 @@ name = "bleach" version = "6.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "webencodings" }, + { name = "webencodings", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/76/9a/0e33f5054c54d349ea62c277191c020c2d6ef1d65ab2cb1993f91ec846d1/bleach-6.2.0.tar.gz", hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f", size = 203083 } wheels = [ @@ -207,9 +205,9 @@ name = "blessed" version = "1.20.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jinxed", marker = "platform_system == 'Windows'" }, - { name = "six" }, - { name = "wcwidth" }, + { name = "jinxed", marker = "platform_system == 'Windows' and sys_platform != 'linux'" }, + { name = "six", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "wcwidth", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/25/ae/92e9968ad23205389ec6bd82e2d4fca3817f1cdef34e10aa8d529ef8b1d7/blessed-1.20.0.tar.gz", hash = "sha256:2cdd67f8746e048f00df47a2880f4d6acbcdb399031b604e34ba8f71d5787680", size = 6655612 } wheels = [ @@ -230,7 +228,7 @@ name = "cffi" version = "1.17.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pycparser" }, + { name = "pycparser", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621 } wheels = [ @@ -365,7 +363,7 @@ name = "click" version = "8.1.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "platform_system == 'Windows'" }, + { name = "colorama", marker = "platform_system == 'Windows' and sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 } wheels = [ @@ -395,7 +393,7 @@ name = "colorlog" version = "6.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, + { name = "colorama", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'win32') or (platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'win32')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d3/7a/359f4d5df2353f26172b3cc39ea32daa39af8de522205f512f458923e677/colorlog-6.9.0.tar.gz", hash = "sha256:bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2", size = 16624 } wheels = [ @@ -407,7 +405,7 @@ name = "comm" version = "0.2.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "traitlets" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e", size = 6210 } wheels = [ @@ -419,7 +417,7 @@ name = "contourpy" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz", hash = "sha256:dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699", size = 13465753 } wheels = [ @@ -544,14 +542,14 @@ name = "diffusers" version = "0.31.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "filelock" }, - { name = "huggingface-hub" }, - { name = "importlib-metadata" }, - { name = "numpy" }, - { name = "pillow" }, - { name = "regex" }, - { name = "requests" }, - { name = "safetensors" }, + { name = "filelock", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "huggingface-hub", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "importlib-metadata", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "regex", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "requests", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "safetensors", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/78/5d/156acb741303abbee214926804c5f0d09eacd35d05ad942577e996acdac3/diffusers-0.31.0.tar.gz", hash = "sha256:b1d01a73e45d43a0630c299173915dddd69fc50f2ae8f2ab5de4fd245eaed72f", size = 2308202 } wheels = [ @@ -581,7 +579,7 @@ name = "docker-pycreds" version = "0.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "six" }, + { name = "six", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c5/e6/d1f6c00b7221e2d7c4b470132c931325c8b22c51ca62417e300f5ce16009/docker-pycreds-0.4.0.tar.gz", hash = "sha256:6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4", size = 8754 } wheels = [ @@ -593,8 +591,8 @@ name = "enlighten" version = "1.12.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "blessed" }, - { name = "prefixed" }, + { name = "blessed", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "prefixed", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ff/e9/01f7161ca7dfc693530441af1a4de664e9e3d487e02cd6ba50dfd55b7fba/enlighten-1.12.4.tar.gz", hash = "sha256:75f3d92b49e0ef5e454fc1a0f39dc0ab8f6d9946cbe534db3ded3010217d5b5f", size = 67390 } wheels = [ @@ -707,41 +705,43 @@ name = "gaussianproxy" version = "0.1.0" source = { virtual = "." } dependencies = [ - { name = "accelerate" }, - { name = "dataclasses" }, - { name = "diffusers" }, - { name = "enlighten" }, - { name = "ffmpeg" }, - { name = "gitpython" }, - { name = "hydra-colorlog" }, - { name = "hydra-core" }, - { name = "imageio" }, - { name = "ipdb" }, - { name = "ipympl" }, - { name = "ipywidgets" }, - { name = "jupyter" }, - { name = "matplotlib" }, - { name = "moviepy" }, - { name = "numpy" }, - { name = "omegaconf" }, - { name = "opencv-python-headless" }, - { name = "pillow" }, - { name = "plotly" }, - { name = "pre-commit" }, - { name = "pylint" }, - { name = "pyyaml" }, - { name = "rich" }, - { name = "ruff" }, - { name = "scipy" }, - { name = "seaborn" }, - { name = "submitit" }, - { name = "termcolor" }, - { name = "torch" }, - { name = "torch-fidelity" }, - { name = "torchinfo" }, - { name = "torchvision" }, - { name = "tqdm" }, - { name = "wandb" }, + { name = "accelerate", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "dataclasses", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "diffusers", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "enlighten", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ffmpeg", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "gitpython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "hydra-colorlog", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "hydra-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "imageio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipdb", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipympl", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipywidgets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "joblib", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "matplotlib", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "moviepy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "omegaconf", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "opencv-python-headless", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "plotly", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pre-commit", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pylint", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rich", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ruff", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "scipy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "seaborn", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "submitit", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "termcolor", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tifffile", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torch", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torch-fidelity", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torchinfo", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torchvision", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tqdm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "wandb", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] [package.metadata] @@ -758,6 +758,7 @@ requires-dist = [ { name = "ipdb", specifier = ">=0.13.13" }, { name = "ipympl", specifier = ">=0.9.4" }, { name = "ipywidgets", specifier = ">=8.1.5" }, + { name = "joblib", specifier = ">=1.4.2" }, { name = "jupyter", specifier = ">=1.1.1" }, { name = "matplotlib", specifier = ">=3.9.2" }, { name = "moviepy", specifier = ">=1.0.3" }, @@ -775,6 +776,7 @@ requires-dist = [ { name = "seaborn", specifier = ">=0.13.2" }, { name = "submitit", specifier = ">=1.5.2" }, { name = "termcolor", specifier = ">=2.5.0" }, + { name = "tifffile", specifier = ">=2024.12.12" }, { name = "torch", specifier = ">=2.5.1" }, { name = "torch-fidelity", git = "https://github.com/thethomasboyer/torch-fidelity-symlinks.git?rev=master" }, { name = "torchinfo", specifier = ">=1.8.0" }, @@ -788,7 +790,7 @@ name = "gitdb" version = "4.0.11" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "smmap" }, + { name = "smmap", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/19/0d/bbb5b5ee188dec84647a4664f3e11b06ade2bde568dbd489d9d64adef8ed/gitdb-4.0.11.tar.gz", hash = "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b", size = 394469 } wheels = [ @@ -800,7 +802,7 @@ name = "gitpython" version = "3.1.43" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "gitdb" }, + { name = "gitdb", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b6/a1/106fd9fa2dd989b6fb36e5893961f82992cf676381707253e0bf93eb1662/GitPython-3.1.43.tar.gz", hash = "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c", size = 214149 } wheels = [ @@ -821,8 +823,8 @@ name = "httpcore" version = "1.0.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "certifi" }, - { name = "h11" }, + { name = "certifi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "h11", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c", size = 85196 } wheels = [ @@ -834,11 +836,11 @@ name = "httpx" version = "0.27.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "anyio" }, - { name = "certifi" }, - { name = "httpcore" }, - { name = "idna" }, - { name = "sniffio" }, + { name = "anyio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "certifi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "httpcore", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "idna", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "sniffio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6/httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2", size = 144189 } wheels = [ @@ -850,13 +852,13 @@ name = "huggingface-hub" version = "0.26.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "filelock" }, - { name = "fsspec" }, - { name = "packaging" }, - { name = "pyyaml" }, - { name = "requests" }, - { name = "tqdm" }, - { name = "typing-extensions" }, + { name = "filelock", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "fsspec", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "requests", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tqdm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d5/a8/882ae5d1cfa7c9c5be32feee4cee56d9873078913953423e47a756da110d/huggingface_hub-0.26.2.tar.gz", hash = "sha256:b100d853465d965733964d123939ba287da60a547087783ddff8a323f340332b", size = 375621 } wheels = [ @@ -868,8 +870,8 @@ name = "hydra-colorlog" version = "1.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorlog" }, - { name = "hydra-core" }, + { name = "colorlog", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "hydra-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2b/fc/ab5ca078d5184ae3280d5654734860198c643cd2caaaaaece63283d9f76d/hydra-colorlog-1.2.0.tar.gz", hash = "sha256:d44f85008fabd2448c7e3b496c31b44d7610560f6fff74f3673afaa949870899", size = 3060 } wheels = [ @@ -881,9 +883,9 @@ name = "hydra-core" version = "1.3.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "antlr4-python3-runtime" }, - { name = "omegaconf" }, - { name = "packaging" }, + { name = "antlr4-python3-runtime", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "omegaconf", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/6d/8e/07e42bc434a847154083b315779b0a81d567154504624e181caf2c71cd98/hydra-core-1.3.2.tar.gz", hash = "sha256:8a878ed67216997c3e9d88a8e72e7b4767e81af37afb4ea3334b269a4390a824", size = 3263494 } wheels = [ @@ -913,8 +915,8 @@ name = "imageio" version = "2.36.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, - { name = "pillow" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/4f/34/a714fd354f5f7fe650477072d4da21446849b20c02045dcf7ac827495121/imageio-2.36.0.tar.gz", hash = "sha256:1c8f294db862c256e9562354d65aa54725b8dafed7f10f02bb3ec20ec1678850", size = 389492 } wheels = [ @@ -926,7 +928,7 @@ name = "imageio-ffmpeg" version = "0.5.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "setuptools" }, + { name = "setuptools", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/73/22/b0a0d96ecdbd4a8493c6cd7914a8b2bfbc39f8660f81c20e3bde847182e0/imageio-ffmpeg-0.5.1.tar.gz", hash = "sha256:0ed7a9b31f560b0c9d929c5291cd430edeb9bed3ce9a497480e536dd4326484c", size = 17704 } wheels = [ @@ -942,7 +944,7 @@ name = "importlib-metadata" version = "8.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp" }, + { name = "zipp", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 } wheels = [ @@ -954,9 +956,9 @@ name = "ipdb" version = "0.13.13" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "decorator" }, - { name = "ipython" }, - { name = "tomli", marker = "python_full_version < '3.11'" }, + { name = "decorator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tomli", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/3d/1b/7e07e7b752017f7693a0f4d41c13e5ca29ce8cbcfdcc1fd6c4ad8c0a27a0/ipdb-0.13.13.tar.gz", hash = "sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726", size = 17042 } wheels = [ @@ -968,19 +970,19 @@ name = "ipykernel" version = "6.29.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "appnope", marker = "platform_system == 'Darwin'" }, - { name = "comm" }, - { name = "debugpy" }, - { name = "ipython" }, - { name = "jupyter-client" }, - { name = "jupyter-core" }, - { name = "matplotlib-inline" }, - { name = "nest-asyncio" }, - { name = "packaging" }, - { name = "psutil" }, - { name = "pyzmq" }, - { name = "tornado" }, - { name = "traitlets" }, + { name = "appnope", marker = "platform_system == 'Darwin' and sys_platform != 'linux'" }, + { name = "comm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "debugpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "matplotlib-inline", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nest-asyncio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "psutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyzmq", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/e9/5c/67594cb0c7055dc50814b21731c22a601101ea3b1b50a9a1b090e11f5d0f/ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215", size = 163367 } wheels = [ @@ -992,13 +994,13 @@ name = "ipympl" version = "0.9.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ipython" }, - { name = "ipython-genutils" }, - { name = "ipywidgets" }, - { name = "matplotlib" }, - { name = "numpy" }, - { name = "pillow" }, - { name = "traitlets" }, + { name = "ipython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipython-genutils", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipywidgets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "matplotlib", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/36/64/05a5051f1fe457331f3d4353ad28e2e2ec4c98caaee0a087f0108ab9a40c/ipympl-0.9.4.tar.gz", hash = "sha256:cfb53c5b4fcbcee6d18f095eecfc6c6c474303d5b744e72cc66e7a2804708907", size = 58552737 } wheels = [ @@ -1010,17 +1012,17 @@ name = "ipython" version = "8.29.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, - { name = "decorator" }, - { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, - { name = "jedi" }, - { name = "matplotlib-inline" }, - { name = "pexpect", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, - { name = "prompt-toolkit" }, - { name = "pygments" }, - { name = "stack-data" }, - { name = "traitlets" }, - { name = "typing-extensions", marker = "python_full_version < '3.12'" }, + { name = "colorama", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'win32') or (platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'win32')" }, + { name = "decorator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "exceptiongroup", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, + { name = "jedi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "matplotlib-inline", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pexpect", marker = "(platform_system != 'Darwin' and sys_platform == 'linux') or (sys_platform != 'emscripten' and sys_platform != 'linux' and sys_platform != 'win32')" }, + { name = "prompt-toolkit", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pygments", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "stack-data", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.12' and platform_system != 'Darwin') or (python_full_version < '3.12' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/85/e0/a3f36dde97e12121106807d80485423ae4c5b27ce60d40d4ab0bab18a9db/ipython-8.29.0.tar.gz", hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb", size = 5497513 } wheels = [ @@ -1041,11 +1043,11 @@ name = "ipywidgets" version = "8.1.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "comm" }, - { name = "ipython" }, - { name = "jupyterlab-widgets" }, - { name = "traitlets" }, - { name = "widgetsnbextension" }, + { name = "comm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab-widgets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "widgetsnbextension", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c7/4c/dab2a281b07596a5fc220d49827fe6c794c66f1493d7a74f1df0640f2cc5/ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17", size = 116723 } wheels = [ @@ -1057,7 +1059,7 @@ name = "isoduration" version = "20.11.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "arrow" }, + { name = "arrow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7c/1a/3c8edc664e06e6bd06cce40c6b22da5f1429aa4224d0c590f3be21c91ead/isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9", size = 11649 } wheels = [ @@ -1078,7 +1080,7 @@ name = "jedi" version = "0.19.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "parso" }, + { name = "parso", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/72/3a/79a912fbd4d8dd6fbb02bf69afd3bb72cf0c729bb3063c6f4498603db17a/jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0", size = 1231287 } wheels = [ @@ -1090,7 +1092,7 @@ name = "jinja2" version = "3.1.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "markupsafe" }, + { name = "markupsafe", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", size = 240245 } wheels = [ @@ -1102,13 +1104,22 @@ name = "jinxed" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ansicon", marker = "platform_system == 'Windows'" }, + { name = "ansicon", marker = "platform_system == 'Windows' and sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/20/d0/59b2b80e7a52d255f9e0ad040d2e826342d05580c4b1d7d7747cfb8db731/jinxed-1.3.0.tar.gz", hash = "sha256:1593124b18a41b7a3da3b078471442e51dbad3d77b4d4f2b0c26ab6f7d660dbf", size = 80981 } wheels = [ { url = "https://files.pythonhosted.org/packages/27/e3/0e0014d6ab159d48189e92044ace13b1e1fe9aa3024ba9f4e8cf172aa7c2/jinxed-1.3.0-py2.py3-none-any.whl", hash = "sha256:b993189f39dc2d7504d802152671535b06d380b26d78070559551cbf92df4fc5", size = 33085 }, ] +[[package]] +name = "joblib" +version = "1.4.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/64/33/60135848598c076ce4b231e1b1895170f45fbcaeaa2c9d5e38b04db70c35/joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e", size = 2116621 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6", size = 301817 }, +] + [[package]] name = "json5" version = "0.9.28" @@ -1132,10 +1143,10 @@ name = "jsonschema" version = "4.23.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "attrs" }, - { name = "jsonschema-specifications" }, - { name = "referencing" }, - { name = "rpds-py" }, + { name = "attrs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jsonschema-specifications", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "referencing", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rpds-py", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4", size = 325778 } wheels = [ @@ -1144,14 +1155,14 @@ wheels = [ [package.optional-dependencies] format-nongpl = [ - { name = "fqdn" }, - { name = "idna" }, - { name = "isoduration" }, - { name = "jsonpointer" }, - { name = "rfc3339-validator" }, - { name = "rfc3986-validator" }, - { name = "uri-template" }, - { name = "webcolors" }, + { name = "fqdn", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "idna", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "isoduration", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jsonpointer", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rfc3339-validator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rfc3986-validator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "uri-template", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "webcolors", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] [[package]] @@ -1159,7 +1170,7 @@ name = "jsonschema-specifications" version = "2024.10.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "referencing" }, + { name = "referencing", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272", size = 15561 } wheels = [ @@ -1171,12 +1182,12 @@ name = "jupyter" version = "1.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ipykernel" }, - { name = "ipywidgets" }, - { name = "jupyter-console" }, - { name = "jupyterlab" }, - { name = "nbconvert" }, - { name = "notebook" }, + { name = "ipykernel", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipywidgets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-console", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbconvert", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "notebook", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/58/f3/af28ea964ab8bc1e472dba2e82627d36d470c51f5cd38c37502eeffaa25e/jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a", size = 5714959 } wheels = [ @@ -1188,11 +1199,11 @@ name = "jupyter-client" version = "8.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jupyter-core" }, - { name = "python-dateutil" }, - { name = "pyzmq" }, - { name = "tornado" }, - { name = "traitlets" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "python-dateutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyzmq", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/71/22/bf9f12fdaeae18019a468b68952a60fe6dbab5d67cd2a103cac7659b41ca/jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419", size = 342019 } wheels = [ @@ -1204,14 +1215,14 @@ name = "jupyter-console" version = "6.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ipykernel" }, - { name = "ipython" }, - { name = "jupyter-client" }, - { name = "jupyter-core" }, - { name = "prompt-toolkit" }, - { name = "pygments" }, - { name = "pyzmq" }, - { name = "traitlets" }, + { name = "ipykernel", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "prompt-toolkit", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pygments", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyzmq", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/bd/2d/e2fd31e2fc41c14e2bcb6c976ab732597e907523f6b2420305f9fc7fdbdb/jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539", size = 34363 } wheels = [ @@ -1223,9 +1234,9 @@ name = "jupyter-core" version = "5.7.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "platformdirs" }, - { name = "pywin32", marker = "platform_python_implementation != 'PyPy' and sys_platform == 'win32'" }, - { name = "traitlets" }, + { name = "platformdirs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pywin32", marker = "(platform_machine != 'aarch64' and platform_python_implementation != 'PyPy' and platform_system == 'Linux' and sys_platform == 'win32') or (platform_python_implementation != 'PyPy' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'win32')" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz", hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9", size = 87629 } wheels = [ @@ -1237,13 +1248,13 @@ name = "jupyter-events" version = "0.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jsonschema", extra = ["format-nongpl"] }, - { name = "python-json-logger" }, - { name = "pyyaml" }, - { name = "referencing" }, - { name = "rfc3339-validator" }, - { name = "rfc3986-validator" }, - { name = "traitlets" }, + { name = "jsonschema", extra = ["format-nongpl"], marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "python-json-logger", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "referencing", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rfc3339-validator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rfc3986-validator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/8d/53/7537a1aa558229bb0b1b178d814c9d68a9c697d3aecb808a1cb2646acf1f/jupyter_events-0.10.0.tar.gz", hash = "sha256:670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22", size = 61516 } wheels = [ @@ -1255,7 +1266,7 @@ name = "jupyter-lsp" version = "2.2.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jupyter-server" }, + { name = "jupyter-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/85/b4/3200b0b09c12bc3b72d943d923323c398eff382d1dcc7c0dbc8b74630e40/jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001", size = 48741 } wheels = [ @@ -1267,25 +1278,25 @@ name = "jupyter-server" version = "2.14.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "anyio" }, - { name = "argon2-cffi" }, - { name = "jinja2" }, - { name = "jupyter-client" }, - { name = "jupyter-core" }, - { name = "jupyter-events" }, - { name = "jupyter-server-terminals" }, - { name = "nbconvert" }, - { name = "nbformat" }, - { name = "overrides" }, - { name = "packaging" }, - { name = "prometheus-client" }, - { name = "pywinpty", marker = "os_name == 'nt'" }, - { name = "pyzmq" }, - { name = "send2trash" }, - { name = "terminado" }, - { name = "tornado" }, - { name = "traitlets" }, - { name = "websocket-client" }, + { name = "anyio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "argon2-cffi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jinja2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-events", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-server-terminals", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbconvert", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbformat", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "overrides", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "prometheus-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (os_name == 'nt' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')" }, + { name = "pyzmq", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "send2trash", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "terminado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "websocket-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0c/34/88b47749c7fa9358e10eac356c4b97d94a91a67d5c935a73f69bc4a31118/jupyter_server-2.14.2.tar.gz", hash = "sha256:66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b", size = 719933 } wheels = [ @@ -1297,8 +1308,8 @@ name = "jupyter-server-terminals" version = "0.5.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pywinpty", marker = "os_name == 'nt'" }, - { name = "terminado" }, + { name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (os_name == 'nt' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')" }, + { name = "terminado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430 } wheels = [ @@ -1310,20 +1321,20 @@ name = "jupyterlab" version = "4.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "async-lru" }, - { name = "httpx" }, - { name = "ipykernel" }, - { name = "jinja2" }, - { name = "jupyter-core" }, - { name = "jupyter-lsp" }, - { name = "jupyter-server" }, - { name = "jupyterlab-server" }, - { name = "notebook-shim" }, - { name = "packaging" }, - { name = "setuptools" }, - { name = "tomli", marker = "python_full_version < '3.11'" }, - { name = "tornado" }, - { name = "traitlets" }, + { name = "async-lru", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "httpx", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "ipykernel", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jinja2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-lsp", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "notebook-shim", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "setuptools", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tomli", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/37/4b/f56825c4715e213f8d7784a1185eac74820eb86f3e2bf3753c22e839222d/jupyterlab-4.3.1.tar.gz", hash = "sha256:a4a338327556443521731d82f2a6ccf926df478914ca029616621704d47c3c65", size = 21796326 } wheels = [ @@ -1344,13 +1355,13 @@ name = "jupyterlab-server" version = "2.27.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "babel" }, - { name = "jinja2" }, - { name = "json5" }, - { name = "jsonschema" }, - { name = "jupyter-server" }, - { name = "packaging" }, - { name = "requests" }, + { name = "babel", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jinja2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "json5", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jsonschema", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "requests", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4", size = 76173 } wheels = [ @@ -1449,7 +1460,7 @@ name = "markdown-it-py" version = "3.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "mdurl" }, + { name = "mdurl", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", size = 74596 } wheels = [ @@ -1519,15 +1530,15 @@ name = "matplotlib" version = "3.9.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "contourpy" }, - { name = "cycler" }, - { name = "fonttools" }, - { name = "kiwisolver" }, - { name = "numpy" }, - { name = "packaging" }, - { name = "pillow" }, - { name = "pyparsing" }, - { name = "python-dateutil" }, + { name = "contourpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "cycler", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "fonttools", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "kiwisolver", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyparsing", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "python-dateutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9e/d8/3d7f706c69e024d4287c1110d74f7dabac91d9843b99eadc90de9efc8869/matplotlib-3.9.2.tar.gz", hash = "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92", size = 36088381 } wheels = [ @@ -1567,7 +1578,7 @@ name = "matplotlib-inline" version = "0.1.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "traitlets" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159 } wheels = [ @@ -1606,13 +1617,13 @@ name = "moviepy" version = "1.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "decorator" }, - { name = "imageio" }, - { name = "imageio-ffmpeg" }, - { name = "numpy" }, - { name = "proglog" }, - { name = "requests" }, - { name = "tqdm" }, + { name = "decorator", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "imageio", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "imageio-ffmpeg", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "proglog", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "requests", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tqdm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/18/54/01a8c4e35c75ca9724d19a7e4de9dc23f0ceb8769102c7de056113af61c3/moviepy-1.0.3.tar.gz", hash = "sha256:2884e35d1788077db3ff89e763c5ba7bfddbd7ae9108c9bc809e7ba58fa433f5", size = 388311 } @@ -1630,10 +1641,10 @@ name = "nbclient" version = "0.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jupyter-client" }, - { name = "jupyter-core" }, - { name = "nbformat" }, - { name = "traitlets" }, + { name = "jupyter-client", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbformat", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/e2/d2/39bc36604f24bccd44d374ac34769bc58c53a1da5acd1e83f0165aa4940e/nbclient-0.10.0.tar.gz", hash = "sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09", size = 62246 } wheels = [ @@ -1645,21 +1656,21 @@ name = "nbconvert" version = "7.16.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "beautifulsoup4" }, - { name = "bleach" }, - { name = "defusedxml" }, - { name = "jinja2" }, - { name = "jupyter-core" }, - { name = "jupyterlab-pygments" }, - { name = "markupsafe" }, - { name = "mistune" }, - { name = "nbclient" }, - { name = "nbformat" }, - { name = "packaging" }, - { name = "pandocfilters" }, - { name = "pygments" }, - { name = "tinycss2" }, - { name = "traitlets" }, + { name = "beautifulsoup4", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "bleach", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "defusedxml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jinja2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab-pygments", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "markupsafe", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "mistune", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbclient", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nbformat", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pandocfilters", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pygments", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tinycss2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/af/e8/ba521a033b21132008e520c28ceb818f9f092da5f0261e94e509401b29f9/nbconvert-7.16.4.tar.gz", hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4", size = 854422 } wheels = [ @@ -1671,10 +1682,10 @@ name = "nbformat" version = "5.10.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "fastjsonschema" }, - { name = "jsonschema" }, - { name = "jupyter-core" }, - { name = "traitlets" }, + { name = "fastjsonschema", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jsonschema", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyter-core", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "traitlets", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/6d/fd/91545e604bc3dad7dca9ed03284086039b294c6b3d75c0d2fa45f9e9caf3/nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a", size = 142749 } wheels = [ @@ -1713,11 +1724,11 @@ name = "notebook" version = "7.0.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jupyter-server" }, - { name = "jupyterlab" }, - { name = "jupyterlab-server" }, - { name = "notebook-shim" }, - { name = "tornado" }, + { name = "jupyter-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jupyterlab-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "notebook-shim", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7d/97/369dd928d0561e7a8ae673156d2470664a83935320b068fa35b54d19f0bd/notebook-7.0.7.tar.gz", hash = "sha256:3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09", size = 3936954 } wheels = [ @@ -1729,7 +1740,7 @@ name = "notebook-shim" version = "0.2.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jupyter-server" }, + { name = "jupyter-server", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/54/d2/92fa3243712b9a3e8bafaf60aac366da1cada3639ca767ff4b5b3654ec28/notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb", size = 13167 } wheels = [ @@ -1839,7 +1850,7 @@ name = "nvidia-cudnn-cu12" version = "9.1.0.70" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f", size = 664752741 }, @@ -1850,7 +1861,7 @@ name = "nvidia-cufft-cu12" version = "11.2.1.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/7a/8a/0e728f749baca3fbeffad762738276e5df60851958be7783af121a7221e7/nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5dad8008fc7f92f5ddfa2101430917ce2ffacd86824914c82e28990ad7f00399", size = 211422548 }, @@ -1871,9 +1882,9 @@ name = "nvidia-cusolver-cu12" version = "11.6.1.9" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, - { name = "nvidia-cusparse-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, - { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-cusparse-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/46/6b/a5c33cf16af09166845345275c34ad2190944bcc6026797a39f8e0a282e0/nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:d338f155f174f90724bbde3758b7ac375a70ce8e706d70b018dd3375545fc84e", size = 127634111 }, @@ -1885,7 +1896,7 @@ name = "nvidia-cusparse-cu12" version = "12.3.1.170" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/96/a9/c0d2f83a53d40a4a41be14cea6a0bf9e668ffcf8b004bd65633f433050c0/nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9d32f62896231ebe0480efd8a7f702e143c98cfaa0e8a76df3386c1ba2b54df3", size = 207381987 }, @@ -1923,8 +1934,8 @@ name = "omegaconf" version = "2.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "antlr4-python3-runtime" }, - { name = "pyyaml" }, + { name = "antlr4-python3-runtime", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/09/48/6388f1bb9da707110532cb70ec4d2822858ddfb44f1cdf1233c20a80ea4b/omegaconf-2.3.0.tar.gz", hash = "sha256:d5d4b6d29955cc50ad50c46dc269bcd92c6e00f5f90d23ab5fee7bfca4ba4cc7", size = 3298120 } wheels = [ @@ -1936,7 +1947,7 @@ name = "opencv-python-headless" version = "4.10.0.84" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2f/7e/d20f68a5f1487adf19d74378d349932a386b1ece3be9be9915e5986db468/opencv-python-headless-4.10.0.84.tar.gz", hash = "sha256:f2017c6101d7c2ef8d7bc3b414c37ff7f54d64413a1847d89970b6b7069b4e1a", size = 95117755 } wheels = [ @@ -1971,10 +1982,10 @@ name = "pandas" version = "2.2.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, - { name = "python-dateutil" }, - { name = "pytz" }, - { name = "tzdata" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "python-dateutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pytz", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tzdata", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9c/d6/9f8431bacc2e19dca897724cd097b1bb224a6ad5433784a44b587c7c13af/pandas-2.2.3.tar.gz", hash = "sha256:4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667", size = 4399213 } wheels = [ @@ -2037,7 +2048,7 @@ name = "pexpect" version = "4.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ptyprocess" }, + { name = "ptyprocess", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450 } wheels = [ @@ -2125,8 +2136,8 @@ name = "plotly" version = "5.24.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "packaging" }, - { name = "tenacity" }, + { name = "packaging", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tenacity", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/79/4f/428f6d959818d7425a94c190a6b26fbc58035cbef40bf249be0b62a9aedd/plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae", size = 9479398 } wheels = [ @@ -2138,11 +2149,11 @@ name = "pre-commit" version = "4.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "cfgv" }, - { name = "identify" }, - { name = "nodeenv" }, - { name = "pyyaml" }, - { name = "virtualenv" }, + { name = "cfgv", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "identify", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "nodeenv", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "virtualenv", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2e/c8/e22c292035f1bac8b9f5237a2622305bc0304e776080b246f3df57c4ff9f/pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2", size = 191678 } wheels = [ @@ -2163,7 +2174,7 @@ name = "proglog" version = "0.1.10" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "tqdm" }, + { name = "tqdm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/bd/b9/1cfff8f6a797ea99bf7ffc8c5fd811c135837948fd90f3ea86fd5166ee4f/proglog-0.1.10.tar.gz", hash = "sha256:658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4", size = 11088 } wheels = [ @@ -2184,7 +2195,7 @@ name = "prompt-toolkit" version = "3.0.48" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "wcwidth" }, + { name = "wcwidth", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684 } wheels = [ @@ -2261,14 +2272,14 @@ name = "pylint" version = "3.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "astroid" }, - { name = "colorama", marker = "sys_platform == 'win32'" }, - { name = "dill" }, - { name = "isort" }, - { name = "mccabe" }, - { name = "platformdirs" }, - { name = "tomli", marker = "python_full_version < '3.11'" }, - { name = "tomlkit" }, + { name = "astroid", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "colorama", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform == 'win32') or (platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform == 'win32')" }, + { name = "dill", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "isort", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "mccabe", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "platformdirs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tomli", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, + { name = "tomlkit", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/63/3a/13e90e29777e695d90f422cf4fadb81c999e4755a9089838561bd0590cac/pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e", size = 1516703 } wheels = [ @@ -2289,7 +2300,7 @@ name = "python-dateutil" version = "2.9.0.post0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "six" }, + { name = "six", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432 } wheels = [ @@ -2394,7 +2405,7 @@ name = "pyzmq" version = "26.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "cffi", marker = "implementation_name == 'pypy'" }, + { name = "cffi", marker = "(implementation_name == 'pypy' and platform_system != 'Darwin') or (implementation_name == 'pypy' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/fd/05/bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e/pyzmq-26.2.0.tar.gz", hash = "sha256:070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f", size = 271975 } wheels = [ @@ -2467,8 +2478,8 @@ name = "referencing" version = "0.35.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "attrs" }, - { name = "rpds-py" }, + { name = "attrs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "rpds-py", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c", size = 62991 } wheels = [ @@ -2549,10 +2560,10 @@ name = "requests" version = "2.32.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "certifi" }, - { name = "charset-normalizer" }, - { name = "idna" }, - { name = "urllib3" }, + { name = "certifi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "charset-normalizer", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "idna", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "urllib3", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218 } wheels = [ @@ -2564,7 +2575,7 @@ name = "rfc3339-validator" version = "0.1.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "six" }, + { name = "six", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/28/ea/a9387748e2d111c3c2b275ba970b735e04e15cdb1eb30693b6b5708c4dbd/rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b", size = 5513 } wheels = [ @@ -2585,9 +2596,9 @@ name = "rich" version = "13.9.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "markdown-it-py" }, - { name = "pygments" }, - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "markdown-it-py", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pygments", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.11' and platform_system != 'Darwin') or (python_full_version < '3.11' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", size = 223149 } wheels = [ @@ -2757,7 +2768,7 @@ name = "scipy" version = "1.14.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/62/11/4d44a1f274e002784e4dbdb81e0ea96d2de2d1045b2132d5af62cc31fd28/scipy-1.14.1.tar.gz", hash = "sha256:5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417", size = 58620554 } wheels = [ @@ -2800,9 +2811,9 @@ name = "seaborn" version = "0.13.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "matplotlib" }, - { name = "numpy" }, - { name = "pandas" }, + { name = "matplotlib", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pandas", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696 } wheels = [ @@ -2823,8 +2834,8 @@ name = "sentry-sdk" version = "2.18.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "certifi" }, - { name = "urllib3" }, + { name = "certifi", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "urllib3", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/24/cc/0d87cc8246f52d92228aa6718a24e1988a2893f4abe2f64ec5a8bcba4185/sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd", size = 293615 } wheels = [ @@ -2941,9 +2952,9 @@ name = "stack-data" version = "0.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "asttokens" }, - { name = "executing" }, - { name = "pure-eval" }, + { name = "asttokens", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "executing", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pure-eval", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707 } wheels = [ @@ -2955,8 +2966,8 @@ name = "submitit" version = "1.5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "cloudpickle" }, - { name = "typing-extensions" }, + { name = "cloudpickle", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/1c/0a/854409283d533279b1b7523ebb65e1926ff611ee81bdf9c298bbed7b75ac/submitit-1.5.2.tar.gz", hash = "sha256:36a8a54ad4e10171111e7618eefe28fe819f931a89c9cd1f6d2770900c013f12", size = 80390 } wheels = [ @@ -2968,7 +2979,7 @@ name = "sympy" version = "1.13.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "mpmath" }, + { name = "mpmath", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ca/99/5a5b6f19ff9f083671ddf7b9632028436167cd3d33e11015754e41b249a4/sympy-1.13.1.tar.gz", hash = "sha256:9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f", size = 7533040 } wheels = [ @@ -2998,21 +3009,33 @@ name = "terminado" version = "0.18.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ptyprocess", marker = "os_name != 'nt'" }, - { name = "pywinpty", marker = "os_name == 'nt'" }, - { name = "tornado" }, + { name = "ptyprocess", marker = "(os_name != 'nt' and platform_system != 'Darwin') or (os_name != 'nt' and sys_platform != 'linux')" }, + { name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and platform_system == 'Linux' and sys_platform != 'linux') or (os_name == 'nt' and platform_system != 'Darwin' and platform_system != 'Linux' and sys_platform != 'linux')" }, + { name = "tornado", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701 } wheels = [ { url = "https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0", size = 14154 }, ] +[[package]] +name = "tifffile" +version = "2024.12.12" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/37/c9/fc4e490c5b0ccad68c98ea1d6e0f409bd7d50e2e8fc30a0725594d3104ff/tifffile-2024.12.12.tar.gz", hash = "sha256:c38e929bf74c04b6c8708d87f16b32c85c6d7c2514b99559ea3db8003ba4edda", size = 365416 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d8/1e/76cbc758f6865a9da18001ac70d1a4154603b71e233f704401fc7d62493e/tifffile-2024.12.12-py3-none-any.whl", hash = "sha256:6ff0f196a46a75c8c0661c70995e06ea4d08a81fe343193e69f1673f4807d508", size = 227538 }, +] + [[package]] name = "tinycss2" version = "1.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "webencodings" }, + { name = "webencodings", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7a/fd/7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4/tinycss2-1.4.0.tar.gz", hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7", size = 87085 } wheels = [ @@ -3042,10 +3065,10 @@ name = "torch" version = "2.5.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "filelock" }, - { name = "fsspec" }, - { name = "jinja2" }, - { name = "networkx" }, + { name = "filelock", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "fsspec", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "jinja2", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "networkx", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, { name = "nvidia-cublas-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, { name = "nvidia-cuda-cupti-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, { name = "nvidia-cuda-nvrtc-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, @@ -3058,10 +3081,10 @@ dependencies = [ { name = "nvidia-nccl-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, { name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, { name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and platform_system == 'Linux'" }, - { name = "setuptools", marker = "python_full_version >= '3.12'" }, - { name = "sympy" }, + { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_system != 'Darwin') or (python_full_version >= '3.12' and sys_platform != 'linux')" }, + { name = "sympy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, { name = "triton", marker = "python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'" }, - { name = "typing-extensions" }, + { name = "typing-extensions", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/2a/ef/834af4a885b31a0b32fff2d80e1e40f771e1566ea8ded55347502440786a/torch-2.5.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:71328e1bbe39d213b8721678f9dcac30dfc452a46d586f1d514a6aa0a99d4744", size = 906446312 }, @@ -3084,11 +3107,11 @@ name = "torch-fidelity" version = "0.4.0b0" source = { git = "https://github.com/thethomasboyer/torch-fidelity-symlinks.git?rev=master#c65fa3b3b635f047ca7704164e888281d9b97b7a" } dependencies = [ - { name = "numpy" }, - { name = "pillow" }, - { name = "torch" }, - { name = "torchvision" }, - { name = "tqdm" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torch", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torchvision", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "tqdm", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] [[package]] @@ -3105,9 +3128,9 @@ name = "torchvision" version = "0.20.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, - { name = "pillow" }, - { name = "torch" }, + { name = "numpy", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pillow", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "torch", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/8d/59/aea68d755da1451e1a0d894528a7edc9b58eb30d33e274bf21bef28dad1a/torchvision-0.20.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4878fefb96ef293d06c27210918adc83c399d9faaf34cda5a63e129f772328f1", size = 1787552 }, @@ -3147,7 +3170,7 @@ name = "tqdm" version = "4.67.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "platform_system == 'Windows'" }, + { name = "colorama", marker = "platform_system == 'Windows' and sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/e8/4f/0153c21dc5779a49a0598c445b1978126b1344bab9ee71e53e44877e14e0/tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a", size = 169739 } wheels = [ @@ -3168,7 +3191,7 @@ name = "triton" version = "3.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "filelock", marker = "(platform_machine != 'aarch64' and platform_system != 'Darwin') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, + { name = "filelock", marker = "(platform_machine != 'aarch64' and platform_system == 'Linux') or (platform_system != 'Darwin' and platform_system != 'Linux')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/98/29/69aa56dc0b2eb2602b553881e34243475ea2afd9699be042316842788ff5/triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b0dd10a925263abbe9fa37dcde67a5e9b2383fc269fdf59f5657cac38c5d1d8", size = 209460013 }, @@ -3226,9 +3249,9 @@ name = "virtualenv" version = "20.27.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "distlib" }, - { name = "filelock" }, - { name = "platformdirs" }, + { name = "distlib", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "filelock", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "platformdirs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/8c/b3/7b6a79c5c8cf6d90ea681310e169cf2db2884f4d583d16c6e1d5a75a4e04/virtualenv-20.27.1.tar.gz", hash = "sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba", size = 6491145 } wheels = [ @@ -3240,18 +3263,18 @@ name = "wandb" version = "0.18.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "click" }, - { name = "docker-pycreds" }, - { name = "gitpython" }, - { name = "platformdirs" }, - { name = "protobuf" }, - { name = "psutil" }, - { name = "pyyaml" }, - { name = "requests" }, - { name = "sentry-sdk" }, - { name = "setproctitle" }, - { name = "setuptools" }, - { name = "typing-extensions", marker = "python_full_version < '3.12'" }, + { name = "click", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "docker-pycreds", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "gitpython", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "platformdirs", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "protobuf", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "psutil", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "pyyaml", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "requests", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "sentry-sdk", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "setproctitle", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "setuptools", marker = "platform_system != 'Darwin' or sys_platform != 'linux'" }, + { name = "typing-extensions", marker = "(python_full_version < '3.12' and platform_system != 'Darwin') or (python_full_version < '3.12' and sys_platform != 'linux')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d5/10/81cd2519a92c5dc76f0a3553daa32bc58875e05abae6eca4509e65c87d63/wandb-0.18.7.tar.gz", hash = "sha256:00f9891558d4833ee47f21ce6c603499f0bd1a7ce117ff55ee1a041e9094f9a2", size = 9505273 } wheels = [