Skip to content

Commit

Permalink
Pinning proj to version 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Jun 9, 2022
1 parent 75323b4 commit 659db4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seismic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation instructions for NCI (Gadi ) are as follows:
4. `module load openmpi/3.1.4`
5. `module load hdf5/1.10.5p`
6. `module load geos`
7. `module load proj`
7. `module load proj/6.2.1`

### Remove old packages
1. `rm -rf ~/.local/lib/python3.6/site-packages/h5py*`
Expand Down Expand Up @@ -51,7 +51,7 @@ Installation instructions for NCI (Gadi ) are as follows:
8. `pip3.6 install sortedcontainers --user`
9. `pip3.6 install PyPDF2==1.26.0 --user`
10. `pip3.6 install shapely==1.8.1.post1 --no-binary shapely --user`
11. `pip3.6 install cartopy==0.19.0.post1 --user`
11. `pip3.6 install cartopy==0.19.0.post1 --no-binary cartopy --user`
12. `python -c "import cartopy.crs as ccrs; import matplotlib.pyplot as plt; crs = ccrs.PlateCarree(); fig = plt.figure(); ax = plt.subplot(projection=crs); ax.coastlines('50m'); plt.savefig('"/tmp/cartopy_$USER.pdf"'); print('\nSUCCESS');"`
13. `pip3.6 install PyWavelets==1.1.1 --user`
14. `pip3.6 install rf==0.8.0 --user`
Expand Down

0 comments on commit 659db4e

Please sign in to comment.