Skip to content

Commit

Permalink
Required python package boltons version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Feb 16, 2024
1 parent 15b74f6 commit 003f73f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boltons>=20.2.1
boltons>=23.1.1
bs4>=0.0.1
dask[bag]>=2.14.0
deepdiff>=6.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
url='https://github.com/NCAR/wrf_hydro_py',
license='MIT',
install_requires=[
'boltons>=20.2.1',
'boltons>=23.1.1',
'bs4>=0.0.1',
'dask[bag]>=2.14.0',
'deepdiff>=6.2.3',
Expand Down
2 changes: 1 addition & 1 deletion whp_test_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- boltons>=20.2.1
- boltons>=23.1.1
- bs4>=0.0.1
- dask[bag]>=2.14.0
- deepdiff==6.3.0
Expand Down

0 comments on commit 003f73f

Please sign in to comment.