Skip to content

Commit

Permalink
Fix version number configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 31, 2024
1 parent 8f34402 commit 55013d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"numpy>=1.16",
"pytest >=2.6",
"pytest>=8.0.0",
"scipy>=1.4",
"importlib_resources",
"sympy",
Expand Down Expand Up @@ -79,5 +80,5 @@ addopts = "-v"

[tool.setuptools_scm]
write_to = "src/grid/_version.py"
version_scheme = "post-release"
local_scheme = "no-local-version"
version_scheme = "guess-next-dev"
local_scheme = "node-and-timestamp"

0 comments on commit 55013d8

Please sign in to comment.