Skip to content

Commit 68eb83e

Browse files
committed
Remove pin to adr_ws25
1 parent afd7cbe commit 68eb83e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 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@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
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", # 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

0 commit comments

Comments
 (0)