Skip to content
Snippets Groups Projects
Commit 0bcf5c1b authored by Amaury Bilocq's avatar Amaury Bilocq
Browse files

Change name of main.py to example.py + add few dependencies

parent 268c8764
No related branches found
No related tags found
No related merge requests found
Pipeline #52467 passed
File moved
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment