Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-04 23:47:33 +01:00
parent aabb297d4f
commit 7b2eb5168f
3 changed files with 172 additions and 2034 deletions

View File

@@ -3,7 +3,7 @@ name = "studies"
version = "0.1.0"
description = "A curated collection of mathematics and data science projects developed during my academic journey."
readme = "README.md"
requires-python = ">= 3.11"
requires-python = ">= 3.12,<3.14"
dependencies = [
"accelerate>=1.12.0",
"ale-py>=0.11.2",
@@ -28,7 +28,6 @@ dependencies = [
"langchain-openai>=1.1.10",
"langchain-text-splitters>=1.1.1",
"mapclassify>=2.10.0",
"marimo>=0.20.2",
"matplotlib>=3.10.8",
"nbformat>=5.10.4",
"numpy>=2.4.2",
@@ -36,10 +35,9 @@ dependencies = [
"openpyxl>=3.1.5",
"pandas>=3.0.1",
"pandas-stubs>=3.0.0.260204",
"pettingzoo[atari]>=1.25.0",
"pettingzoo[atari]>=1.24.3",
"plotly>=6.6.0",
"polars>=1.38.1",
"pyclustertend>=1.9.0",
"pypdf>=6.7.5",
"rasterio>=1.5.0",
"requests>=2.32.5",