Skip to content

Commit c050c27

Browse files
committed
Update dependencies
1 parent 20fb696 commit c050c27

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

pixi.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ classifiers = [
1616
dependencies = [
1717
"jax",
1818
"numpy>=2.0",
19-
# "scipy @ git+https://github.com/scipy/scipy.git", # TODO: Replace with scipy 1.17 once released
20-
"drone-models @ git+https://github.com/utiasDSL/drone-models.git", # TODO: Replace with pip version once released
19+
"scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
20+
"drone-models @ git+https://github.com/utiasDSL/drone-models.git@adr_ws25", # TODO: Replace with pip version once released
2121
"munch",
2222
"transforms3d",
2323
"flax",
2424
"array-api-compat",
25-
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
25+
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
2626
"array-api-extra",
2727
]
2828

@@ -33,9 +33,7 @@ test = ["pytest>=8.0.0", "pytest-cov", "pytest-timeout", "torch"]
3333
find = {}
3434

3535
[tool.setuptools.package-data]
36-
drone_estimators = [
37-
"ros_nodes/*.toml",
38-
]
36+
drone_estimators = ["ros_nodes/*.toml"]
3937

4038
[tool.pytest.ini_options]
4139
markers = ["unit", "integration", "render"]

0 commit comments

Comments
 (0)