diff --git a/poetry.lock b/poetry.lock index 6b65af05ae..0d8a5b33c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -628,32 +628,6 @@ files = [ docs = ["ipython", "matplotlib", "numpydoc", "sphinx"] tests = ["pytest", "pytest-cov", "pytest-xdist"] -[[package]] -name = "data" -version = "0.4" -description = "Work with unicode/non-unicode data from files or strings uniformly." -optional = false -python-versions = "*" -files = [ - {file = "data-0.4.tar.gz", hash = "sha256:2726a65da1af31e2345b6bba81ae4cee87dddf17f7c62f5c63ba7327a8480667"}, -] - -[package.dependencies] -decorator = "*" -funcsigs = "*" -six = "*" - -[[package]] -name = "decorator" -version = "5.2.1" -description = "Decorators for Humans" -optional = false -python-versions = ">=3.8" -files = [ - {file = "decorator-5.2.1-py3-none-any.whl", hash = "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a"}, - {file = "decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360"}, -] - [[package]] name = "dict2css" version = "0.3.0.post1" @@ -819,17 +793,6 @@ matplotlib = "*" numpy = "*" scipy = "*" -[[package]] -name = "funcsigs" -version = "1.0.2" -description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+" -optional = false -python-versions = "*" -files = [ - {file = "funcsigs-1.0.2-py2.py3-none-any.whl", hash = "sha256:330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca"}, - {file = "funcsigs-1.0.2.tar.gz", hash = "sha256:a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50"}, -] - [[package]] name = "furo" version = "2024.8.6" @@ -847,17 +810,6 @@ pygments = ">=2.7" sphinx = ">=6.0,<9.0" sphinx-basic-ng = ">=1.0.0.beta2" -[[package]] -name = "future" -version = "1.0.0" -description = "Clean single-source support for Python 3 and 2" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, - {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, -] - [[package]] name = "gitdb" version = "4.0.12" @@ -1131,22 +1083,6 @@ files = [ {file = "kiwisolver-1.4.7.tar.gz", hash = "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60"}, ] -[[package]] -name = "latex" -version = "0.7.0" -description = "Wrappers for calling LaTeX/building LaTeX documents." -optional = false -python-versions = "*" -files = [ - {file = "latex-0.7.0.tar.gz", hash = "sha256:bf10c3fe27e9f3adccebc12e90ec239c86dcba101b89221f6775918211482a79"}, -] - -[package.dependencies] -data = "*" -future = "*" -shutilwhich = "*" -tempdir = "*" - [[package]] name = "markdown2" version = "2.4.6" @@ -1839,16 +1775,6 @@ enabler = ["pytest-enabler (>=2.2)"] test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"] type = ["importlib_metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.14.*)", "pytest-mypy"] -[[package]] -name = "shutilwhich" -version = "1.1.0" -description = "shutil.which for those not using Python 3.3 yet." -optional = false -python-versions = "*" -files = [ - {file = "shutilwhich-1.1.0.tar.gz", hash = "sha256:db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6"}, -] - [[package]] name = "six" version = "1.17.0" @@ -2476,16 +2402,6 @@ files = [ [package.extras] widechars = ["wcwidth"] -[[package]] -name = "tempdir" -version = "0.7.1" -description = "Tempdirs are temporary directories, based on tempfile.mkdtemp" -optional = false -python-versions = "*" -files = [ - {file = "tempdir-0.7.1.tar.gz", hash = "sha256:689680ed3ba4cc8347a70e67efc25086ce85b53b9d24a1420899c585bbf7ba8e"}, -] - [[package]] name = "tinycss2" version = "1.4.0" @@ -2689,4 +2605,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d3ce34bfcaaad0f0362f5d61d5a63e41ee95a2a36697f0de0cb930d57bb62cee" +content-hash = "14bb283c1de8315a36946f66194adb103e356cb73aa4a23b352e99bf3525f6c7" diff --git a/pyproject.toml b/pyproject.toml index c70ce69b84..0377982ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ doc8 = "==1.1.2" docutils = "==0.21.2" fonttools = {version = "==4.43.0", extras = ["woff"]} jsmin = "==3.0.1" -latex = "==0.7.0" markdown2 = "==2.4.6" numpy = ">=1.26.2, <2.0.0" scipy = ">=1.9.0, <2.0.0" diff --git a/source/requirements.txt b/source/requirements.txt index 836360b9d9..c61b4f14a5 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -16,8 +16,6 @@ colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_p contourpy==1.3.0 ; python_version >= "3.9" and python_version < "3.13" cssutils==2.11.1 ; python_version >= "3.9" and python_version < "3.13" cycler==0.12.1 ; python_version >= "3.9" and python_version < "3.13" -data==0.4 ; python_version >= "3.9" and python_version < "3.13" -decorator==5.2.1 ; python_version >= "3.9" and python_version < "3.13" dict2css==0.3.0.post1 ; python_version >= "3.9" and python_version < "3.13" doc8==1.1.2 ; python_version >= "3.9" and python_version < "3.13" docutils==0.21.2 ; python_version >= "3.9" and python_version < "3.13" @@ -26,9 +24,7 @@ filelock==3.18.0 ; python_version >= "3.9" and python_version < "3.13" fonttools==4.43.0 ; python_version >= "3.9" and python_version < "3.13" fonttools[woff]==4.43.0 ; python_version >= "3.9" and python_version < "3.13" frccontrol==2023.28 ; python_version >= "3.9" and python_version < "3.13" -funcsigs==1.0.2 ; python_version >= "3.9" and python_version < "3.13" furo==2024.8.6 ; python_version >= "3.9" and python_version < "3.13" -future==1.0.0 ; python_version >= "3.9" and python_version < "3.13" gitdb==4.0.12 ; python_version >= "3.9" and python_version < "3.13" gitpython==3.1.44 ; python_version >= "3.9" and python_version < "3.13" html5lib==1.1 ; python_version >= "3.9" and python_version < "3.13" @@ -39,7 +35,6 @@ importlib-resources==6.5.2 ; python_version >= "3.9" and python_version < "3.10" jinja2==3.1.6 ; python_version >= "3.9" and python_version < "3.13" jsmin==3.0.1 ; python_version >= "3.9" and python_version < "3.13" kiwisolver==1.4.7 ; python_version >= "3.9" and python_version < "3.13" -latex==0.7.0 ; python_version >= "3.9" and python_version < "3.13" markdown2==2.4.6 ; python_version >= "3.9" and python_version < "3.13" markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "3.13" matplotlib==3.9.4 ; python_version >= "3.9" and python_version < "3.13" @@ -64,7 +59,6 @@ ruamel-yaml-clib==0.2.12 ; platform_python_implementation == "CPython" and pytho ruamel-yaml==0.18.12 ; python_version >= "3.9" and python_version < "3.13" scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.13" setuptools==80.9.0 ; python_version >= "3.9" and python_version < "3.13" -shutilwhich==1.1.0 ; python_version >= "3.9" and python_version < "3.13" six==1.17.0 ; python_version >= "3.9" and python_version < "3.13" smmap==5.0.2 ; python_version >= "3.9" and python_version < "3.13" snowballstemmer==3.0.1 ; python_version >= "3.9" and python_version < "3.13" @@ -102,7 +96,6 @@ sphinxext-remoteliteralinclude==0.6.0 ; python_version >= "3.9" and python_versi sphinxext-toptranslators==0.1.3 ; python_version >= "3.9" and python_version < "3.13" stevedore==5.4.1 ; python_version >= "3.9" and python_version < "3.13" tabulate==0.9.0 ; python_version >= "3.9" and python_version < "3.13" -tempdir==0.7.1 ; python_version >= "3.9" and python_version < "3.13" tinycss2==1.4.0 ; python_version >= "3.9" and python_version < "3.13" tomli==2.2.1 ; python_version >= "3.9" and python_version < "3.11" typing-extensions==4.14.0 ; python_version >= "3.9" and python_version < "3.13"