We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa95293 commit ca13d24Copy full SHA for ca13d24
pyproject.toml
@@ -1,6 +1,5 @@
1
[project]
2
name = "accessvis"
3
-version = "0.0.1"
4
description = "3D visualisation tools and utilities for earth systems data"
5
readme = "README.md"
6
requires-python = ">=3.6"
@@ -63,6 +62,7 @@ dependencies = [
63
62
"tqdm",
64
"netcdf4",
65
]
+dynamic = ["version"]
66
67
# List additional groups of dependencies here (e.g. development
68
# dependencies). Users will be able to install these using the "extras"
0 commit comments