diff --git a/poetry.lock b/poetry.lock index b021e0011e..3f3a33901f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2383,7 +2383,14 @@ files = [ ] [package.dependencies] -numpy = {version = ">=1.23.5", markers = "python_version >= \"3.11\""} +numpy = [ + {version = ">=1.21.2", markers = "python_version >= \"3.10\""}, + {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, + {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, + {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, + {version = ">=1.17.0", markers = "python_version >= \"3.7\""}, + {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, +] [[package]] name = "packaging" @@ -2431,7 +2438,10 @@ files = [ ] [package.dependencies] -numpy = {version = ">=1.23.2", markers = "python_version >= \"3.11\""} +numpy = [ + {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, + {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, +] python-dateutil = ">=2.8.2" pytz = ">=2020.1" tzdata = ">=2022.1" @@ -4339,4 +4349,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "799e03aa1f3098c94a383f17b56275cd4140179bc457ff837b793fbcf7eb4b1e" +content-hash = "f8caec155fce3e3f41d961eb35919c3132e73c518324850839957d1020cf709f" diff --git a/pyproject.toml b/pyproject.toml index b7952d3fa8..d860dbb6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ psutil = "*" pyaudio = "*" pycapnp = "*" pycryptodome = "*" +pycurl = "*" pydub = "*" PyJWT = "*" pyopencl = "*" @@ -117,7 +118,6 @@ pandas = "*" parameterized = "^0.8" pprofile = "*" pre-commit = "*" -pycurl = "*" pygame = "*" pyprof2calltree = "*" pytest = "*"