Skip to content

Commit

Permalink
Fix docs/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Dec 18, 2024
1 parent 6b34873 commit 573ed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deps
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ for dep in deps:
pkg, ver = m.groups()
if re.match(r"^\d", ver):
ver = f"={ver}"
specs.append(f"'{pkg}{ver}'")
specs.append(f"{pkg}{ver}")
print(" ".join(sorted(specs)))

0 comments on commit 573ed3e

Please sign in to comment.