File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313### Fixed
1414- Avoiding shapely warning in some cases when checking intersection with an empty shape.
1515- ` Medium.eps_model ` error when supplied a list of frequencies rather than a numpy array.
16+ - Set install requirement ` rich<12.6.0 ` to fix double output in webapi functions.
1617
1718## [ 1.9.0] - 2023-3-01
1819
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ xarray>=0.16.2
55importlib-metadata==4.13.0 # note: 5.0.0 breaks some xarray stuff, remove when xarray fixes this
66h5netcdf==1.0.2
77h5py>=3.0.0
8- rich
8+ rich<12.6.0 # note: rich >= 12.6 adds double progressbars
99matplotlib
1010shapely>=2.0
1111pydantic>=1.10.0
You can’t perform that action at this time.
0 commit comments