Skip to content

Commit 44dde5a

Browse files
Update lazy-loader dependency to ≥0.1
https://github.com/scientific-python/lazy_loader/blob/v0.1/CHANGELOG.md#v01-2022-09-21 Dependency is now a minimum version rather than an exact version.
1 parent 9ef6986 commit 44dde5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
AUTHOR = "Zach Sailer"
2020

2121
# What packages are required for this module to be executed?
22-
REQUIRED = ["pandas>=0.23", "xarray", "lazy-loader==0.1rc3"]
22+
REQUIRED = ["pandas>=0.23", "xarray", "lazy-loader>=0.1"]
2323

2424
# The rest you shouldn't have to touch too much :)
2525
# ------------------------------------------------

0 commit comments

Comments
 (0)