Skip to content

Commit 44f55b0

Browse files
Merge pull request #7 from gregory-halverson-jpl/main
fixing `sun-angles` version requirement to `v1.3.0`
2 parents 3119f26 + a780c73 commit 44f55b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "daily-evapotranspiration-upscaling"
6-
version = "1.0.5"
6+
version = "1.0.6"
77
description = "Instantaneous/Daily Evapotranspiration Upscaling Utilities Python Package"
88
readme = "README.md"
99
authors = [
@@ -19,7 +19,7 @@ dependencies = [
1919
"python-dateutil",
2020
"rasters",
2121
"solar-apparent-time",
22-
"sun-angles",
22+
"sun-angles>=1.3.0",
2323
"verma-net-radiation"
2424
]
2525

0 commit comments

Comments
 (0)