We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeedf01 + 3c2899c commit 2472042Copy full SHA for 2472042
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "NREL-sup3r"
10
-dynamic = ["version"]
+version = "0.2.4"
11
description = "Super Resolving Renewable Resource Data (sup3r)"
12
keywords = ["sup3r", "NREL"]
13
readme = "README.rst"
@@ -341,4 +341,4 @@ hvplot = ">=0.10"
341
[tool.pytest_env]
342
CUDA_VISIBLE_DEVICES = "-1"
343
TF_ENABLE_ONEDNN_OPTS = "0"
344
-TF_FORCE_GPU_ALLOW_GROWTH = true
+TF_FORCE_GPU_ALLOW_GROWTH = true
0 commit comments