Initial Commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "optinonlin"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"ipykernel>=6.30.1",
|
||||
"jupyter>=1.1.1",
|
||||
"matplotlib>=3.10.7",
|
||||
"numpy>=2.3.3",
|
||||
"scipy>=1.16.2",
|
||||
]
|
||||
Reference in New Issue
Block a user