Skip to content

Commit dbf8e63

Browse files
committed
Update nerc-rates pin to 1.0.0
The previous pin had only been updated in requirements.txt, missing setup.cfg therefore an older version of nerc-rates that didn't contain the outages module had been installed. Closes #273
1 parent 772cd9f commit dbf8e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/CCI-MOC/nerc-rates@5569bba#egg=nerc_rates
1+
git+https://github.com/CCI-MOC/nerc-rates@v1.0.0#egg=nerc_rates
22
boto3
33
kubernetes
44
openshift

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package_dir =
2020
packages = find:
2121
python_requires = >=3.11
2222
install_requires =
23-
nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@33701ed
23+
nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@v1.0.0
2424
boto3
2525
kubernetes
2626
openshift

0 commit comments

Comments
 (0)