diff --git a/main.py b/example.py
similarity index 100%
rename from main.py
rename to example.py
diff --git a/pyproject.toml b/pyproject.toml
index 3ae995c8d61eca9086f43aedc7f86a0cbe50fdb7..6f15e7a0ccff278f93edc0d40fa6f362f65182d2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,8 @@ dependencies = [
     "numpy>=1.21",      # Required for numerical computations
     "numba>=0.56",      # For JIT optimization
     "pytest>=7.0",      # For testing
-    "matplotlib>=3.4"   # For plotting
+    "matplotlib>=3.4",  # For plotting
+    "scipy>=1.7"        # For scientific computations
 ]
 
 [project.optional-dependencies]