Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ccc8c627
"docs/components/planner/planner-examples.md" did not exist on "359765d3546f774c9dc85cc0bbca6ca135337f78"
Unverified
Commit
ccc8c627
authored
Aug 15, 2025
by
Graham King
Committed by
GitHub
Aug 15, 2025
Browse files
feat: Support `python -m dynamo.frontend --version` (#2449)
parent
24a935e5
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
pyproject.toml
pyproject.toml
+3
-12
No files found.
pyproject.toml
View file @
ccc8c627
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[project]
name
=
"ai-dynamo"
...
...
@@ -86,6 +74,9 @@ llama_cpp = [
requires
=
["hatchling"]
build-backend
=
"hatchling.build"
[tool.hatch.build.hooks.custom]
path
=
"hatch_build.py"
[tool.hatch.build.targets.wheel]
packages
=
[
"components/frontend/src/dynamo"
,
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment