Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 12, 2024
1 parent 82daa50 commit c92ce0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintainers = [
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.7.0",
"MDAnalysis>=2.0.0",
"numpy>=1.26",
"matplotlib>=3.9",
"scikit-learn>=1.5",
Expand Down Expand Up @@ -66,7 +66,7 @@ default-version = "1+unknown"
method = "git"
# the below line expects tags to look like '1.0.2'.
# if prefixing with a v, e.g. 'v1.0.2', change it to ["v*"]
match = ["*"]
match = ["v*"]

[tool.versioningit.format]
distance = "{base_version}+{distance}.{vcs}{rev}"
Expand Down

0 comments on commit c92ce0f

Please sign in to comment.