diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 0000000..642c525 --- /dev/null +++ b/environment.yaml @@ -0,0 +1,41 @@ +name: /home/sfassnacht/Day1-TicTacToe/venv +channels: + - conda-forge +dependencies: + - _libgcc_mutex=0.1=conda_forge + - _openmp_mutex=4.5=2_gnu + - bzip2=1.0.8=h4bc722e_7 + - ca-certificates=2025.1.31=hbcca054_0 + - ld_impl_linux-64=2.43=h712a8e2_4 + - libblas=3.9.0=31_h59b9bed_openblas + - libcblas=3.9.0=31_he106b2a_openblas + - libexpat=2.6.4=h5888daf_0 + - libffi=3.4.6=h2dba641_0 + - libgcc=14.2.0=h767d61c_2 + - libgcc-ng=14.2.0=h69a702a_2 + - libgfortran=14.2.0=h69a702a_2 + - libgfortran5=14.2.0=hf1ad2bd_2 + - libgomp=14.2.0=h767d61c_2 + - liblapack=3.9.0=31_h7ac8fdf_openblas + - liblzma=5.6.4=hb9d3cd8_0 + - libnsl=2.0.1=hd590300_0 + - libopenblas=0.3.29=pthreads_h94d23a6_0 + - libsqlite=3.49.1=hee588c1_1 + - libstdcxx=14.2.0=h8f9b012_2 + - libuuid=2.38.1=h0b41bf4_0 + - libxcrypt=4.4.36=hd590300_1 + - libzlib=1.3.1=hb9d3cd8_2 + - ncurses=6.5=h2d0b736_3 + - numpy=2.2.3=py312h72c5963_0 + - openssl=3.4.1=h7b32b05_0 + - pip=25.0.1=pyh8b19718_0 + - python=3.12.9=h9e4cc4f_0_cpython + - python_abi=3.12=5_cp312 + - readline=8.2=h8c095d6_2 + - setuptools=75.8.0=pyhff2d567_0 + - tk=8.6.13=noxft_h4845f30_101 + - tzdata=2025a=h78e105d_0 + - wheel=0.45.1=pyhd8ed1ab_1 + - pip: + - pyxel==2.3.6 +prefix: /home/sfassnacht/Day1-TicTacToe/venv