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.
2 parents 5a7152e + 557351e commit bc92b00Copy full SHA for bc92b00
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: Py 3.8, 3.9 | Windows Mac Linux
+name: Py 3.7 3.8, 3.9 | Windows Mac Linux
2
3
on:
4
push:
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
16
- python-version: [3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9]
17
18
steps:
19
- uses: conda-incubator/setup-miniconda@v2
requirements.txt
@@ -5,6 +5,6 @@ matplotlib
5
requests
6
pecos>=0.1.9
7
fatpack
8
-NREL-rex>=0.2.35
+NREL-rex>=0.2.63
9
six>=1.13.0
10
xarray
setup.py
@@ -26,7 +26,7 @@
26
'fatpack',
27
'lxml',
28
'scikit-learn',
29
- 'NREL-rex>=0.2.35',
+ 'NREL-rex>=0.2.63',
30
'six>=1.13.0',
31
'netCDF4',
32
'xarray']
0 commit comments