Skip to content

Commit

Permalink
Bumping Python package requirement versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed May 23, 2024
1 parent 90edaaf commit 9acd120
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
28 changes: 14 additions & 14 deletions tests/local/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
atomicwrites==1.3.0
attrs==19.1.0
beautifulsoup4==4.8.0
boltons==18.0.1
boltons==20.2.1
bs4==0.0.1
certifi==2023.7.22
cftime==1.0.3.4
chardet==3.0.4
cloudpickle==1.2.1
DateTime==4.3
deepdiff==3.3.0
f90nml==1.0.2
deepdiff==6.2.3
f90nml==1.2
gdown==5.1.0
idna==3.7
importlib-metadata==0.19
importlib-metadata==4.13.0
jsonpickle==1.2
locket==0.2.0
more-itertools==7.2.0
netCDF4==1.4.1
numpy==1.22.0
pandas==0.23.4
netCDF4==1.6.0
numpy==1.22.4
pandas==1.3.5
partd==1.0.0
pathlib==1.0.1
pluggy==0.12.0
py==1.10.0
pytest==3.9.1
pytest-datadir-ng==1.1.0
pytest-html==1.19.0
py==1.11.0
pytest==5.4.1
pytest-html==3.0.0
pytest-metadata==1.8.0
python-dateutil==2.8.0
pytz==2019.2
requests==2.32.0
setuptools==69.0.2
six==1.12.0
soupsieve==1.9.3
toolz==0.10.0
urllib3==1.26.18
wrfhydropy==0.0.16
xarray==0.10.9
wrfhydropy==0.0.19
xarray==0.19
zipp==0.6.0
zope.interface==4.6.0
zope.interface==5.5.2
42 changes: 21 additions & 21 deletions tests/local/utils/nwm_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,45 +29,45 @@ dependencies:
- mkl_fft=1.0.4
- mkl_random=1.0.1
- ncurses=6.1
- netcdf4=1.4.1
- numpy=1.15.1
- numpy-base=1.15.1
- netcdf4=1.6.0
- numpy=1.22.4
- numpy-base=1.22.4
- openssl=1.0.2p
- pip=10.0.1
- pip=23.3.2
- pycparser=2.18
- pyopenssl=18.0.0
- pysocks=1.6.8
- python=3.7.0
- readline=7.0
- requests=2.19.1
- setuptools=40.2.0
- requests=2.31.0
- setuptools=44.1.0
- six=1.11.0
- sqlite=3.24.0
- tk=8.6.8
- urllib3=1.23
- urllib3=1.26.18
- wheel=0.31.1
- xz=5.2.4
- zlib=1.2.11
- pip:
- atomicwrites==1.2.1
- attrs==18.2.0
- boltons==18.0.1
- atomicwrites==1.3.0
- attrs==19.1.0
- boltons==20.2.1
- cython==0.28.5
- datetime==4.2
- deepdiff==3.3.0
- f90nml==1.0.2
- jsonpickle==0.9.6
- more-itertools==4.3.0
- pandas==0.23.4
- DateTime==4.3
- deepdiff==6.2.3
- f90nml==1.2
- jsonpickle==1.2
- more-itertools==7.2.0
- pandas==1.3.5
- pathlib==1.0.1
- pluggy==0.7.1
- py==1.6.0
- pluggy==0.12.0
- py==1.11.0
- pytest==3.8.0
- pytest-datadir-ng==1.1.0
- pytest-html==1.19.0
- pytest-metadata==1.7.0
- python-dateutil==2.7.3
- pytz==2018.5
- wrfhydropy==0.0.15
- xarray==0.10.8
- zope.interface==4.5.0
- wrfhydropy==0.0.19
- xarray==0.19
- zope.interface==4.6.0

0 comments on commit 9acd120

Please sign in to comment.