Skip to content

Commit

Permalink
Per #15, listed explicit pyyaml version as ==6.0.1 instead of >=6.0 w…
Browse files Browse the repository at this point in the history
…hich inexpicably just create an output file named '=6.0'. Must be the wrong syntax.
  • Loading branch information
JohnHalleyGotway committed Nov 9, 2023
1 parent e0da9b3 commit cf0a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ RUN BLDOPTS="--global-option=build_ext --global-option=\"-R/usr/local/lib\" --gl
&& export HDF5_DIR=/usr/local/ \
&& export NETCDF4_DIR=/usr/local/ \
&& python3 -m pip install ${BLDOPTS} netCDF4==1.6.2 \
&& python3 -m pip install ${BLDOPTS} pyyaml>=6.0
&& python3 -m pip install ${BLDOPTS} pyyaml==6.0.1

0 comments on commit cf0a2f0

Please sign in to comment.