Skip to content

Commit

Permalink
remove versioningit pin
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Feb 7, 2025
1 parent f148eb9 commit 6b6ffce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- setuptools
- stomp.py=8
- urllib3
- versioningit~=1.1
- versioningit
- pyoncat
- sphinx_rtd_theme=1.2.* # readthedocs use this env file, and we need to install this theme here
- sphinxcontrib-mermaid
Expand Down
2 changes: 1 addition & 1 deletion src/dasmon_app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit ~= 1.1"]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit"]
build-backend = "setuptools.build_meta"

[tool.versioningit.vcs]
Expand Down
2 changes: 1 addition & 1 deletion src/webmon_app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit ~= 1.1"]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit"]
build-backend = "setuptools.build_meta"

[tool.check-wheel-contents]
Expand Down
2 changes: 1 addition & 1 deletion src/workflow_app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit ~= 1.1"]
requires = ["setuptools >= 42", "wheel", "toml", "versioningit"]
build-backend = "setuptools.build_meta"

[tool.versioningit.vcs]
Expand Down

0 comments on commit 6b6ffce

Please sign in to comment.