Skip to content

Commit

Permalink
Mac M1 conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
edwhu committed Mar 17, 2023
1 parent dab3648 commit ac0e28c
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions m1-mac-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
name: dreamerv3
channels:
- apple
- defaults
- conda-forge
dependencies:
- blas=2.116=openblas
- blas-devel=3.9.0=16_osxarm64_openblas
- c-ares=1.19.0=h80987f9_0
- ca-certificates=2022.12.7=h4653dfc_0
- certifi=2022.12.7=pyhd8ed1ab_0
- fftw=3.3.10=nompi_h3046061_106
- grpcio=1.42.0=py38h95c9599_0
- h5py=3.6.0=py38h7fe8675_0
- hdf5=1.12.1=h160e8cb_2
- jax=0.3.25=pyhd8ed1ab_0
- jaxlib=0.3.25=py38h313beb8_1
- krb5=1.19.4=h8380606_0
- libblas=3.9.0=16_osxarm64_openblas
- libcblas=3.9.0=16_osxarm64_openblas
- libcurl=7.88.1=h0f1d93c_0
- libcxx=14.0.6=h848a8c0_0
- libedit=3.1.20221030=h80987f9_0
- libev=4.33=h1a28f6b_1
- libffi=3.4.2=hca03da5_6
- libgfortran=5.0.0=11_3_0_hca03da5_28
- libgfortran5=11.3.0=h009349e_28
- liblapack=3.9.0=16_osxarm64_openblas
- liblapacke=3.9.0=16_osxarm64_openblas
- libnghttp2=1.46.0=h95c9599_0
- libopenblas=0.3.21=openmp_hc731615_3
- libssh2=1.10.0=hf27765b_0
- llvm-openmp=14.0.6=hc6e5704_0
- ncurses=6.4=h313beb8_0
- numpy=1.22.3=py38h25ab29e_0
- numpy-base=1.22.3=py38h974a1f5_0
- openblas=0.3.21=openmp_hf78f355_3
- openssl=1.1.1t=h03a7124_0
- opt_einsum=3.3.0=pyhd8ed1ab_1
- pip=23.0.1=py38hca03da5_0
- python=3.8.16=hc0d8a6c_3
- readline=8.2=h1a28f6b_0
- scipy=1.9.3=py38h9d039d2_0
- setuptools=65.6.3=py38hca03da5_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.41.1=h80987f9_0
- tensorflow-deps=2.9.0=0
- tk=8.6.12=hb8d0fd4_0
- typing_extensions=4.5.0=pyha770c72_0
- wheel=0.38.4=py38hca03da5_0
- xz=5.2.10=h80987f9_1
- zlib=1.2.13=h5a0b063_0
- pip:
- absl-py==1.4.0
- astunparse==1.6.3
- cachetools==5.3.0
- charset-normalizer==3.1.0
- chex==0.1.6
- cloudpickle==1.6.0
- crafter==1.8.0
- decorator==5.1.1
- dm-tree==0.1.8
- flatbuffers==23.3.3
- gast==0.4.0
- google-auth==2.16.2
- google-auth-oauthlib==0.4.6
- google-pasta==0.2.0
- gym==0.19.0
- idna==3.4
- imageio==2.26.0
- importlib-metadata==6.0.0
- keras==2.11.0
- libclang==15.0.6.1
- llvmlite==0.39.1
- markdown==3.4.1
- markdown-it-py==2.2.0
- markupsafe==2.1.2
- mdurl==0.1.2
- numba==0.56.4
- oauthlib==3.2.2
- opensimplex==0.4.4
- optax==0.1.4
- packaging==23.0
- pillow==9.4.0
- protobuf==3.19.6
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pygments==2.14.0
- requests==2.28.2
- requests-oauthlib==1.3.1
- rich==13.3.2
- rsa==4.9
- ruamel-yaml==0.17.21
- ruamel-yaml-clib==0.2.7
- tensorboard==2.11.2
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorflow-estimator==2.11.0
- tensorflow-macos==2.11.0
- tensorflow-probability==0.19.0
- termcolor==2.2.0
- toolz==0.12.0
- urllib3==1.26.15
- werkzeug==2.2.3
- wrapt==1.15.0
- zipp==3.15.0
prefix: /Users/edward/miniconda3/envs/dreamerv3

0 comments on commit ac0e28c

Please sign in to comment.