Skip to content

Commit d12ffae

Browse files
committed
[wip] testing installing from git
1 parent baffde5 commit d12ffae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 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",
@@ -28,7 +28,7 @@ include-package-data = true
2828

2929
[tool.setuptools.packages.find]
3030
where = ["."]
31-
include = ["drone_models*"]
31+
include = ["drone_models"]
3232

3333
[tool.setuptools.package-data]
3434
drone_models = [

0 commit comments

Comments
 (0)