Skip to content

Commit

Permalink
conda environment switch to no-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Oct 24, 2023
1 parent cdfb929 commit 24b2633
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
name: autokoopman
channels:
- conda-forge
- nodefaults
- defaults
dependencies:
- blas=1.0=openblas
- ca-certificates=2023.08.22=hca03da5_0
- cffi=1.15.1=py39h22df2f2_0
- filelock=3.9.0=py39hca03da5_0
- gmp=6.2.1=hc377ac9_3
- gmpy2=2.1.2=py39h8c48613_0
- jinja2=3.1.2=py39hca03da5_0
- libcxx=16.0.6=h4653b0c_0
- libffi=3.3=h9f76cd9_2
- libgfortran=5.0.0=11_3_0_hca03da5_28
- libgfortran5=11.3.0=h009349e_28
- libopenblas=0.3.21=h269037a_0
- libprotobuf=3.20.3=h514c7bf_0
- libsqlite=3.43.2=h091b4b1_0
- libuv=1.44.2=h80987f9_0
- libzlib=1.2.13=h53f4e23_5
- llvm-openmp=14.0.6=hc6e5704_0
- markupsafe=2.1.1=py39h1a28f6b_0
- mpc=1.1.0=h8c48613_1
- mpfr=4.0.2=h695f6f0_1
- ncurses=6.4=h7ea286d_0
- networkx=3.1=py39hca03da5_0
- ninja=1.10.2=hca03da5_5
- ninja-base=1.10.2=h525c30c_5
- numpy-base=1.26.0=py39ha9811e2_0
- openssl=1.1.1w=h1a28f6b_0
- pip=23.3.1=pyhd8ed1ab_0
- pycparser=2.21=pyhd3eb1b0_0
- python=3.9.0=h4b4120c_5_cpython
- pytorch=2.0.1=gpu_mps_py39h20d1048_0
- readline=8.2=h92ec313_1
- setuptools=68.2.2=pyhd8ed1ab_0
- sleef=3.5.1=h80987f9_2
- sqlite=3.43.2=hf2abe2d_0
- sympy=1.11.1=py39hca03da5_0
- tk=8.6.13=hb31c410_0
- typing-extensions=4.7.1=py39hca03da5_0
- typing_extensions=4.7.1=py39hca03da5_0
- tzdata=2023c=h71feb2d_0
- wheel=0.41.2=pyhd8ed1ab_0
- xz=5.2.6=h57fd34a_0
- zlib=1.2.13=h53f4e23_5
- blas=1.0
- ca-certificates=2023.08.22
- cffi=1.15.1
- filelock=3.9.0
- gmp=6.2.1
- gmpy2=2.1.2
- jinja2=3.1.2
- libcxx=16.0.6
- libffi=3.3
- libgfortran=5.0.0
- libgfortran5=11.3.0
- libopenblas=0.3.21
- libprotobuf=3.20.3
- libsqlite=3.43.2
- libuv=1.44.2
- libzlib=1.2.13
- llvm-openmp=14.0.6
- markupsafe=2.1.1
- mpc=1.1.0
- mpfr=4.0.2
- ncurses=6.4
- networkx=3.1
- ninja=1.10.2
- ninja-base=1.10.2
- numpy-base=1.26.0
- openssl=1.1.1w
- pip=23.3.1
- pycparser=2.21
- python=3.9.0
- pytorch=2.0.1
- readline=8.2
- setuptools=68.2.2
- sleef=3.5.1
- sqlite=3.43.2
- sympy=1.11.1
- tk=8.6.13
- typing-extensions=4.7.1
- typing_extensions=4.7.1
- tzdata=2023c
- wheel=0.41.2
- xz=5.2.6
- zlib=1.2.13
- pip:
- attrs==22.2.0
- cmake==3.25.2
Expand Down

0 comments on commit 24b2633

Please sign in to comment.