Skip to content

updated dependencies #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ None.
### Fixed
None.

## v0.1.4 [16/04/2024]

### Changed
- updated bro version to 0.2.11
- updated request version to 2.31.0
- updated lxml version to 5.1.0
- updated viktor-sdk to 14.9.0

## v0.1.3 [10/11/2023]
### Fixed
- Fixed calculation of "Rf" to evaluate happen when qc not equal to 0 or None and fs not equal to None if Rf is missing in CPT.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
viktor==14.6.0
requests==2.28.2
lxml==4.9.2
viktor==14.9.0
requests==2.31.0
lxml==5.1.0
plotly==5.13.0
aiohttp==3.8.5
shapely==2.0.1
xmltodict==0.13.0
geopandas==0.12.2
bro==0.2.9
bro==0.2.11