Skip to content

Commit df64293

Browse files
committed
make it easy to uv sync
1 parent 9b951ff commit df64293

File tree

2 files changed

+1227
-1
lines changed

2 files changed

+1227
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
[project]
2+
name = "optimize-me"
3+
version = "0.1.0"
4+
requires-python = ">=3.13"
5+
dependencies = [
6+
"black>=25.9.0",
7+
"codeflash>=0.17.3",
8+
"networkx>=3.5",
9+
"numpy>=2.3.3",
10+
"pandas>=2.3.3",
11+
]
12+
113
[tool.codeflash]
214
# All paths are relative to this pyproject.toml's directory.
315
module-root = "src"
416
tests-root = "tests"
517
test-framework = "pytest"
618
ignore-paths = []
7-
formatter-cmds = ["black $file"]
19+
formatter-cmds = ["black $file"]

0 commit comments

Comments
 (0)