File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
3434drone_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 ]
You can’t perform that action at this time.
0 commit comments