diff --git a/.python-version b/.python-version index 871f80a..1445aee 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.3 +3.10.14 diff --git a/pyproject.toml b/pyproject.toml index ade38c3..92f1823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ readme = "readme.md" repository = "https://github.com/f-aguzzi/tesi" documentation = "https://f-aguzzi.github.io/tesi/" -requires-python = ">= 3.11" +requires-python = ">= 3.10" [build-system] requires = ["hatchling"] diff --git a/requirements-dev.lock b/requirements-dev.lock index 5aca365..733479d 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -33,6 +33,8 @@ dill==0.3.8 # via pylint et-xmlfile==1.1.0 # via openpyxl +exceptiongroup==1.2.1 + # via ipython executing==2.0.1 # via stack-data fastjsonschema==2.20.0 @@ -146,6 +148,8 @@ tenacity==8.4.2 # via plotly threadpoolctl==3.5.0 # via scikit-learn +tomli==2.0.1 + # via pylint tomlkit==0.12.5 # via pylint tornado==6.4.1 @@ -159,6 +163,9 @@ traitlets==5.14.3 # via jupyter-core # via matplotlib-inline # via nbformat +typing-extensions==4.12.2 + # via astroid + # via ipython tzdata==2024.1 # via pandas wcwidth==0.2.13