Skip to content

Commit

Permalink
set rich<12.6.0 to fix double progressbars
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex authored and momchil-flex committed Mar 3, 2023
1 parent a725ec3 commit 4af3ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Avoiding shapely warning in some cases when checking intersection with an empty shape.
- `Medium.eps_model` error when supplied a list of frequencies rather than a numpy array.
- Set install requirement `rich<12.6.0` to fix double output in webapi functions.

## [1.9.0] - 2023-3-01

Expand Down
2 changes: 1 addition & 1 deletion requirements/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xarray>=0.16.2
importlib-metadata==4.13.0 # note: 5.0.0 breaks some xarray stuff, remove when xarray fixes this
h5netcdf==1.0.2
h5py>=3.0.0
rich
rich<12.6.0 # note: rich >= 12.6 adds double progressbars
matplotlib
shapely>=2.0
pydantic>=1.10.0
Expand Down

0 comments on commit 4af3ee8

Please sign in to comment.