mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-04-10 15:56:21 +00:00
Merge branch 'main' into alert-autofix-6
This commit is contained in:
@@ -21,7 +21,7 @@ dependencies = [
|
|||||||
"numpydantic==1.8.0",
|
"numpydantic==1.8.0",
|
||||||
"matplotlib==3.10.8",
|
"matplotlib==3.10.8",
|
||||||
"contourpy==1.3.3",
|
"contourpy==1.3.3",
|
||||||
"fastapi[standard-no-fastapi-cloud-cli]==0.135.2",
|
"fastapi[standard-no-fastapi-cloud-cli]==0.135.3",
|
||||||
"fastapi_cli==0.0.24",
|
"fastapi_cli==0.0.24",
|
||||||
"rich-toolkit==0.19.7",
|
"rich-toolkit==0.19.7",
|
||||||
"python-fasthtml==0.13.2",
|
"python-fasthtml==0.13.2",
|
||||||
@@ -29,12 +29,12 @@ dependencies = [
|
|||||||
"markdown-it-py==4.0.0",
|
"markdown-it-py==4.0.0",
|
||||||
"mdit-py-plugins==0.5.0",
|
"mdit-py-plugins==0.5.0",
|
||||||
"bokeh==3.9.0",
|
"bokeh==3.9.0",
|
||||||
"uvicorn==0.42.0",
|
"uvicorn==0.43.0",
|
||||||
"scipy==1.17.1",
|
"scipy==1.17.1",
|
||||||
"tzfpy==1.1.3",
|
"tzfpy==1.1.3",
|
||||||
"deap==1.4.3",
|
"deap==1.4.3",
|
||||||
"requests==2.33.1",
|
"requests==2.33.1",
|
||||||
"pandas==3.0.1",
|
"pandas==3.0.2",
|
||||||
"pendulum==3.2.0",
|
"pendulum==3.2.0",
|
||||||
"platformdirs==4.9.4",
|
"platformdirs==4.9.4",
|
||||||
"psutil==7.2.2",
|
"psutil==7.2.2",
|
||||||
@@ -60,8 +60,8 @@ dev = [
|
|||||||
#
|
#
|
||||||
# !!! Sync .pre-commit-config.yaml with these dependencies !!!
|
# !!! Sync .pre-commit-config.yaml with these dependencies !!!
|
||||||
"pre-commit==4.5.1",
|
"pre-commit==4.5.1",
|
||||||
"mypy==1.19.1",
|
"mypy==1.20.0",
|
||||||
"types-requests==2.33.0.20260327", # for mypy
|
"types-requests==2.33.0.20260402", # for mypy
|
||||||
"pandas-stubs==3.0.0.260204", # for mypy
|
"pandas-stubs==3.0.0.260204", # for mypy
|
||||||
"tokenize-rt==6.2.0", # for mypy
|
"tokenize-rt==6.2.0", # for mypy
|
||||||
"types-docutils==0.22.3.20260322", # for mypy
|
"types-docutils==0.22.3.20260322", # for mypy
|
||||||
|
|||||||
Reference in New Issue
Block a user