Skip to content

Commit 08cf620

Browse files
committed
NeMo-Run: Don't use dynamic versioning
pip is having trouble figuring out version when using file:/// path to a git repo.
1 parent 2370044 commit 08cf620

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
@@ -15,8 +15,8 @@
1515

1616
[project]
1717
name = "nemo_run"
18-
# version = "0.1.0.rc0"
19-
dynamic = ["version"]
18+
version = "0.1.99.rc0.dev0"
19+
#dynamic = ["version"]
2020
description = "A powerful tool designed to streamline the configuration, execution and management of Machine Learning experiments across various computing environments."
2121
dependencies = [
2222
"inquirerpy>=0.3.4",

0 commit comments

Comments
 (0)