We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3daeca commit 4d85378Copy full SHA for 4d85378
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0", "numpy"]
+requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -70,7 +70,7 @@ exclude = ["tests", "notebooks"]
70
namespaces = false
71
72
[tool.setuptools.dynamic]
73
-version = {attr = "pymc_extras.__version__"}
+version = {file = "pymc_extras/version.txt"}
74
75
[tool.pytest.ini_options]
76
minversion = "6.0"
0 commit comments