Skip to content

Instantly share code, notes, and snippets.

@b3z
Created November 18, 2021 18:17
Show Gist options
  • Save b3z/94f9aadfed3ecc7a92b542053e88443b to your computer and use it in GitHub Desktop.
Save b3z/94f9aadfed3ecc7a92b542053e88443b to your computer and use it in GitHub Desktop.
A working PyNio environment for conda
name: nio
channels:
- conda-forge
- defaults
dependencies:
- boost-cpp=1.72.0=hdf9ef73_0
- bzip2=1.0.8=h0d85af4_4
- c-ares=1.18.0=h0d85af4_0
- ca-certificates=2021.10.8=h033912b_0
- cairo=1.16.0=hec6a9b0_1003
- cfitsio=3.470=h422484a_7
- curl=7.76.1=h06286d4_1
- expat=2.4.1=he49afe7_0
- fontconfig=2.13.1=h10f422b_1005
- freetype=2.10.4=h4cff582_1
- freexl=1.0.6=h0d85af4_0
- g2clib=1.6.0=h4e57d6e_9
- geos=3.8.1=h4a8c4bd_0
- geotiff=1.5.1=hd8796ba_10
- gettext=0.19.8.1=hd1a6beb_1008
- giflib=5.2.1=hbcb3906_2
- glib=2.70.0=hcf210ce_1
- glib-tools=2.70.0=hcf210ce_1
- hdf4=4.2.15=hefd3b78_3
- hdf5=1.10.5=nompi_h34ad4e8_1111
- hdfeos2=2.20=h207910d_1000
- hdfeos5=5.1.16=hc5a5cdf_6
- icu=64.2=h6de7cb9_1
- jasper=1.900.1=h636a363_1006
- jpeg=9d=hbcb3906_0
- json-c=0.13.1=h575e443_1002
- kealib=1.4.13=h2324030_0
- krb5=1.17.2=h60d9502_0
- libblas=3.9.0=8_openblas
- libcblas=3.9.0=8_openblas
- libcurl=7.76.1=h8ef9fac_1
- libcxx=12.0.1=habf9029_0
- libdap4=3.20.6=h3e144a0_2
- libedit=3.1.20191231=h0678c8f_2
- libev=4.33=haf1e3a3_1
- libffi=3.4.2=he49afe7_4
- libgdal=3.0.4=ha92c1e4_6
- libgfortran=4.0.0=7_5_0_h1a10cd1_23
- libgfortran4=7.5.0=h1a10cd1_23
- libglib=2.70.0=hf1fb8c0_1
- libiconv=1.16=haf1e3a3_0
- libkml=1.3.0=h88bc94a_1012
- liblapack=3.9.0=8_openblas
- libnetcdf=4.7.4=nompi_he461dc0_101
- libnghttp2=1.43.0=h6f36284_1
- libopenblas=0.3.12=openmp_h63d9170_1
- libpng=1.6.37=h7cec526_2
- libpq=12.3=h7049927_3
- libspatialite=4.3.0a=h658e6c1_1038
- libssh2=1.10.0=h52ee1ee_2
- libtiff=4.2.0=h355d032_0
- libuuid=2.32.1=h35c211d_1000
- libwebp-base=1.2.1=h0d85af4_0
- libxml2=2.9.10=h53d96d6_0
- libzlib=1.2.11=h9173be1_1013
- llvm-openmp=12.0.1=hda6cdc1_1
- lz4-c=1.9.2=hb1e8313_3
- ncurses=6.2=h2e338ed_4
- numpy=1.19.5=py36h08b5fde_2
- openjpeg=2.3.1=h6cbf5cd_3
- openssl=1.1.1l=h0d85af4_0
- pcre=8.45=he49afe7_0
- pip=21.3.1=pyhd8ed1ab_0
- pixman=0.38.0=h01d97ff_1003
- poppler=0.67.0=h16886b5_8
- poppler-data=0.4.11=hd8ed1ab_0
- postgresql=12.3=he852019_3
- proj=7.0.0=h45baca5_5
- pynio=1.5.5=py36hd6d79d4_12
- python=3.6.13=haf480d7_2_cpython
- python_abi=3.6=2_cp36m
- readline=8.1=h05e3726_0
- setuptools=58.0.4=py36h79c6626_2
- sqlite=3.36.0=h23a322b_2
- tbb=2020.2=h940c156_4
- tiledb=1.7.7=h84aa2a7_2
- tk=8.6.11=h5dbffcc_1
- tzcode=2021e=h0d85af4_0
- wheel=0.37.0=pyhd8ed1ab_1
- xerces-c=3.2.2=h8f8adb3_1004
- xz=5.2.5=haf1e3a3_1
- zlib=1.2.11=h9173be1_1013
- zstd=1.4.8=h62961b2_0
@b3z
Copy link
Author

b3z commented Nov 18, 2021

Install with conda env create -f nio_env.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment