NREL-reV 0.9.6__py3-none-any.whl → 0.9.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/METADATA +11 -3
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/RECORD +7 -7
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/WHEEL +1 -1
- reV/version.py +1 -1
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/LICENSE +0 -0
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/entry_points.txt +0 -0
- {NREL_reV-0.9.6.dist-info → NREL_reV-0.9.7.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: NREL-reV
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.7
|
4
4
|
Summary: National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) Model: reV
|
5
5
|
Home-page: https://nrel.github.io/reV/
|
6
6
|
Author: Galen Maclaurin
|
@@ -20,7 +20,7 @@ Requires-Python: >=3.8
|
|
20
20
|
Requires-Dist: NREL-gaps>=0.6.11
|
21
21
|
Requires-Dist: NREL-NRWAL>=0.0.7
|
22
22
|
Requires-Dist: NREL-PySAM~=4.1.0
|
23
|
-
Requires-Dist: NREL-rex>=0.2.
|
23
|
+
Requires-Dist: NREL-rex>=0.2.97
|
24
24
|
Requires-Dist: numpy~=1.24.4
|
25
25
|
Requires-Dist: packaging>=20.3
|
26
26
|
Requires-Dist: plotly>=4.7.1
|
@@ -31,6 +31,11 @@ Requires-Dist: pytest>=5.2; extra == "dev"
|
|
31
31
|
Requires-Dist: flake8; extra == "dev"
|
32
32
|
Requires-Dist: pre-commit; extra == "dev"
|
33
33
|
Requires-Dist: pylint; extra == "dev"
|
34
|
+
Provides-Extra: hsds
|
35
|
+
Requires-Dist: hsds>=0.8.4; extra == "hsds"
|
36
|
+
Provides-Extra: s3
|
37
|
+
Requires-Dist: fsspec; extra == "s3"
|
38
|
+
Requires-Dist: s3fs; extra == "s3"
|
34
39
|
Provides-Extra: test
|
35
40
|
Requires-Dist: pytest>=5.2; extra == "test"
|
36
41
|
|
@@ -151,8 +156,11 @@ Option 1: Install from PIP (recommended for analysts):
|
|
151
156
|
3. Install reV:
|
152
157
|
1) ``pip install NREL-reV`` or
|
153
158
|
|
159
|
+
- NOTE: If you install using conda and want to run from files directly on S3 like in the `running reV locally example <https://nrel.github.io/reV/misc/examples.running_locally.html>`_
|
160
|
+
you will also need to install S3 filesystem dependencies: ``pip install NREL-reV[s3]``
|
161
|
+
|
154
162
|
- NOTE: If you install using conda and want to use `HSDS <https://github.com/NREL/hsds-examples>`_
|
155
|
-
you will also need to install
|
163
|
+
you will also need to install HSDS dependencies: ``pip install NREL-reV[hsds]``
|
156
164
|
|
157
165
|
Option 2: Clone repo (recommended for developers)
|
158
166
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
reV/__init__.py,sha256=tXTpWu_qVo3uotfSw_TJ-gNbidGaIPPfUTwBlpCMJ-g,856
|
2
2
|
reV/cli.py,sha256=jfGGOr6QlLz8ghA7vBgx5-VgNsy4bBQo5DdHk42-q9A,1601
|
3
|
-
reV/version.py,sha256=
|
3
|
+
reV/version.py,sha256=qvsYDmbch162uNYl33wLtWh5TATvNxPNT5ydByLs0dg,50
|
4
4
|
reV/SAM/SAM.py,sha256=1xuxs2gb1wsgbBkhj3mdQVDuSWbp5T5Bh7kLRl69pkg,32258
|
5
5
|
reV/SAM/__init__.py,sha256=LJqoncyKDY5ZP5WA4kboh561bce11F9Ge645Izah0EY,240
|
6
6
|
reV/SAM/defaults.py,sha256=2zqT_mfrVtbvU7Pe6H4anNtiVkIyQbuJcGIOARzEsbM,7193
|
@@ -89,9 +89,9 @@ reV/utilities/curtailment.py,sha256=fu48Lje-iyd2Awfe-6jFebvgcKSeJ3daNNTqjFI2GvM,
|
|
89
89
|
reV/utilities/exceptions.py,sha256=f7sRGsbFLpmL6Caq_H1cD4GfVhnLMyvYUsLPA1UVDDE,3974
|
90
90
|
reV/utilities/pytest_utils.py,sha256=T22NFEGxPOc9wRwgy0Pt2cHvw3Vam9cKwUj4AkzI7bU,3244
|
91
91
|
reV/utilities/slots.py,sha256=xsw-JuUVZ0YeoCNuwP_HxGNxFMA4xRs1tuImXHIJqaU,2618
|
92
|
-
NREL_reV-0.9.
|
93
|
-
NREL_reV-0.9.
|
94
|
-
NREL_reV-0.9.
|
95
|
-
NREL_reV-0.9.
|
96
|
-
NREL_reV-0.9.
|
97
|
-
NREL_reV-0.9.
|
92
|
+
NREL_reV-0.9.7.dist-info/LICENSE,sha256=hDwoTANtan2ZpufBlXm5C3W_PJ-mCqItvlcobgjxL7k,1526
|
93
|
+
NREL_reV-0.9.7.dist-info/METADATA,sha256=zgopP71qLAcbj2YHkfaBvGGZ6oS8xw4e7yUPCLuA5Ho,10735
|
94
|
+
NREL_reV-0.9.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
95
|
+
NREL_reV-0.9.7.dist-info/entry_points.txt,sha256=KGtPEOQRZMSqKXjjv5jt_T4e4HQN0fHiaGdAWwTtuW4,617
|
96
|
+
NREL_reV-0.9.7.dist-info/top_level.txt,sha256=S6YF2ZYgXUB6n28SY0K2H8YB9tMJdXQ9CyQbo6VC89M,4
|
97
|
+
NREL_reV-0.9.7.dist-info/RECORD,,
|
reV/version.py
CHANGED
File without changes
|
File without changes
|
File without changes
|