We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b951ff commit df64293Copy full SHA for df64293
pyproject.toml
@@ -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
+
13
[tool.codeflash]
14
# All paths are relative to this pyproject.toml's directory.
15
module-root = "src"
16
tests-root = "tests"
17
test-framework = "pytest"
18
ignore-paths = []
-formatter-cmds = ["black $file"]
19
+formatter-cmds = ["black $file"]
0 commit comments