Skip to content

Commit ca28de9

Browse files
committed
[wip] add explicit path
1 parent bacb982 commit ca28de9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"numpy>=2.0.0",
1818
"casadi>=3.7.0",
1919
"array-api-compat",
20-
"scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
20+
# "scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
2121
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
2222
"array-api-extra",
2323
"pip",
@@ -32,8 +32,9 @@ include = ["drone_models"]
3232

3333
[tool.setuptools.package-data]
3434
drone_models = [
35-
"data/**/*.*", # 3D model and parameter information
36-
"**/*.toml", # model specific parameter information
35+
"data/assets/cf2x/cf2x_pcb.stl",
36+
"data/**/*.*", # 3D model and parameter information
37+
"**/*.toml", # model specific parameter information
3738
]
3839

3940
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)