Skip to content

Commit 1f40737

Browse files
committed
Updated environment.yml and version
1 parent a470b7d commit 1f40737

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- dask>=2.30.0
1414
- dask-core>=2.30.0
1515
- distributed>=2.30.1
16+
- marshmallow<4.0.0
1617
- paramtools>=0.15.0
1718
- sphinx>=3.5.4
1819
- sphinx-book-theme>=0.1.3

ogzaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from ogzaf.macro_params import *
99
from ogzaf.utils import *
1010

11-
__version__ = "0.0.7"
11+
__version__ = "0.0.8"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ogzaf",
8-
version="0.0.7",
8+
version="0.0.8",
99
author="Marcelo LaFleur, Richard W. Evans, and Jason DeBacker",
1010
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
1111
description="South Africa Calibration for OG-Core",
@@ -35,6 +35,7 @@
3535
"matplotlib",
3636
"dask>=2.30.0",
3737
"distributed>=2.30.1",
38+
"marshmallow<4.0.0",
3839
"paramtools>=0.15.0",
3940
"requests",
4041
"pandas-datareader",

0 commit comments

Comments
 (0)