Skip to content

Commit 4af3ee8

Browse files
tylerflexmomchil-flex
authored andcommitted
set rich<12.6.0 to fix double progressbars
1 parent a725ec3 commit 4af3ee8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

requirements/basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xarray>=0.16.2
55
importlib-metadata==4.13.0 # note: 5.0.0 breaks some xarray stuff, remove when xarray fixes this
66
h5netcdf==1.0.2
77
h5py>=3.0.0
8-
rich
8+
rich<12.6.0 # note: rich >= 12.6 adds double progressbars
99
matplotlib
1010
shapely>=2.0
1111
pydantic>=1.10.0

0 commit comments

Comments
 (0)