Skip to content

Commit

Permalink
Merge commit 'd1d0e4090cec0b58e3967d24c9c026dc38bc12d6' into issue/da…
Browse files Browse the repository at this point in the history
…tamodel-1.5.30

# Conflicts:
#	requirements.txt
  • Loading branch information
peterdudfield committed Jan 30, 2024
2 parents 8dcc40e + d1d0e40 commit 10876c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.0.23
current_version = 0.0.24
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pvnet_app/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion pvnet_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PVNet App"""
__version__ = "0.0.23"
__version__ = "0.0.24"
2 changes: 1 addition & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# Huggingfacehub model repo and commit for PVNet (GSP-level model)
default_model_name = "openclimatefix/pvnet_v2"
default_model_version = "22e577100d55787eb2547d701275b9bb48f7bfa0"
default_model_version = "4203e12e719efd93da641c43d2e38527648f4915"

# Huggingfacehub model repo and commit for PVNet summation (GSP sum to national model)
# If summation_model_name is set to None, a simple sum is computed instead
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pydantic
pydantic<2.0
torch[cpu]==2.1.2
PVNet-summation==0.1.*
pvnet>=2.6.7,<2.7
ocf_datapipes>=3.0.1,<3.1
ocf_datapipes==3.2.4
nowcasting_datamodel>=1.5.30
fsspec[s3]
xarray
Expand Down

0 comments on commit 10876c0

Please sign in to comment.