Skip to content

Commit

Permalink
manage project with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiim committed Oct 6, 2024
1 parent 1d950a7 commit 852acd3
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
name = "doa-py"
version = "0.1.0"
description = "DOA estimation algorithms implemented in Python"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"cvxpy>=1.5.3",
"matplotlib>=3.9.2",
"numpy>=2.1.1",
"scikit-image>=0.24.0",
"scipy>=1.14.1",
]
Loading

0 comments on commit 852acd3

Please sign in to comment.