Skip to content

Commit

Permalink
fix: downgrade python to version compatible with Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Jun 26, 2024
1 parent fe6e404 commit 292d782
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.3
3.10.14
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
7 changes: 7 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 292d782

Please sign in to comment.