diff --git a/poetry.lock b/poetry.lock index 1209068..5d01be2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "absl-py" @@ -1966,9 +1966,9 @@ files = [ [package.dependencies] numpy = [ {version = ">1.20", markers = "python_version < \"3.10\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.23.3", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, {version = ">=1.21.2", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, + {version = ">=1.23.3", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] [package.extras] @@ -2338,6 +2338,7 @@ description = "Nvidia JIT LTO Library" optional = false python-versions = ">=3" files = [ + {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_aarch64.whl", hash = "sha256:004186d5ea6a57758fd6d57052a123c73a4815adf365eb8dd6a85c9eaa7535ff"}, {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl", hash = "sha256:d9714f27c1d0f0895cd8915c07a87a1d0029a0aa36acaf9156952ec2a8a12189"}, {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-win_amd64.whl", hash = "sha256:c3401dc8543b52d3a8158007a0c1ab4e9c768fcbd24153a48c86972102197ddd"}, ] @@ -2397,13 +2398,13 @@ reference = ["Pillow", "google-re2"] [[package]] name = "onnxscript" -version = "0.1.0.dev20240626" +version = "0.1.0.dev20240716" description = "Naturally author ONNX functions and models using a subset of Python" optional = false python-versions = ">=3.8" files = [ - {file = "onnxscript-0.1.0.dev20240626-py3-none-any.whl", hash = "sha256:b4278a91eb6cc27b487f2244901fb669179adecd584a728ccd35d6cdfc3623c7"}, - {file = "onnxscript-0.1.0.dev20240626.tar.gz", hash = "sha256:30bfbed44ff12bb0dbc6a146626601f644bb391a703f582ac4e34937c63fff9b"}, + {file = "onnxscript-0.1.0.dev20240716-py3-none-any.whl", hash = "sha256:28303ff94abeddcc0c56cfd51da8d42cd2e78f39fd53e365bcaec1f9502ad994"}, + {file = "onnxscript-0.1.0.dev20240716.tar.gz", hash = "sha256:f68d65298d155626791d4da58c301c4c6cf13550c2e8913f0bcf3f328ade2423"}, ] [package.dependencies] @@ -2464,8 +2465,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.22.4", markers = "python_version < \"3.11\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -3006,6 +3007,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -4380,4 +4382,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "555a83f14d96bcbe2558525a76c33c76240bfb414dd0022aa9db00721827c51d" +content-hash = "1f4cca9595701c3709c8824ab18e440cfcf25fb0a880f436aa3f7764ce97bbc5" diff --git a/pyproject.toml b/pyproject.toml index fa89b36..596a25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ lightning = "^2.1.2" matplotlib = "^3.8.2" numpy = "^1.26.2" onnx = "^1.15.0" -onnxscript = "0.1.0.dev20240626" +onnxscript = "0.1.0.dev20240716" pandas = "^2.1.3" power-spherical = "^0.8.1" psutil = "^5.9.7"