Skip to content

Commit

Permalink
xarray 0.20 throwing exception
Browse files Browse the repository at this point in the history
xarray/backends/plugins.py", line 105, in list_engines
    entrypoints = entry_points().get("xarray.backends", ())
AttributeError: 'EntryPoints' object has no attribute 'get'
  • Loading branch information
joshua-cogliati-inl committed Oct 4, 2022
1 parent 673f1ea commit 7ffa99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note all install methods after "main" take
<scipy>1.7</scipy>
<scikit-learn>1.0</scikit-learn>
<pandas>1.3</pandas>
<xarray>0.20</xarray>
<xarray>0.19</xarray>
<netcdf4>1.5</netcdf4>
<matplotlib>3.3</matplotlib>
<statsmodels>0.13</statsmodels>
Expand Down

0 comments on commit 7ffa99f

Please sign in to comment.