Skip to content

Commit

Permalink
update conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Oct 24, 2023
1 parent 3cbd59c commit d7186cb
Showing 1 changed file with 45 additions and 42 deletions.
87 changes: 45 additions & 42 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,50 @@
name: autokoopman
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- blas=1.0=mkl
- ca-certificates=2023.01.10=h06a4308_0
- certifi=2022.12.7=py39h06a4308_0
- cffi=1.15.1=py39h5eee18b_3
- flit-core=3.6.0=pyhd3eb1b0_0
- future=0.18.2=py39h06a4308_1
- intel-openmp=2021.4.0=h06a4308_3561
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.2=h6a678d5_6
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libprotobuf=3.20.3=he621ea3_0
- libstdcxx-ng=11.2.0=h1234567_1
- mkl=2021.4.0=h06a4308_640
- mkl-service=2.4.0=py39h7f8727e_0
- mkl_fft=1.3.1=py39hd3c417c_0
- mkl_random=1.2.2=py39h51133e4_0
- ncurses=6.4=h6a678d5_0
- ninja=1.10.2=h06a4308_5
- ninja-base=1.10.2=hd09550d_5
- numpy-base=1.23.5=py39h31eccc5_0
- openssl=1.1.1s=h7f8727e_0
- pip=22.3.1=py39h06a4308_0
- 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.16=h7a1cb2a_0
- pytorch=1.12.1=cpu_py39hb1f1ab4_1
- pyyaml=6.0=py39h5eee18b_1
- readline=8.2=h5eee18b_0
- setuptools=65.6.3=py39h06a4308_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.40.1=h5082296_0
- tk=8.6.12=h1ccaba5_0
- typing-extensions=4.4.0=py39h06a4308_0
- typing_extensions=4.4.0=py39h06a4308_0
- tzdata=2022g=h04d1e81_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.10=h5eee18b_1
- yaml=0.2.5=h7b6447c_0
- zlib=1.2.13=h5eee18b_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
- pip:
- attrs==22.2.0
- cmake==3.25.2
Expand All @@ -60,7 +62,7 @@ dependencies:
- kiwisolver==1.4.4
- matplotlib==3.6.3
- mpmath==1.2.1
- numpy==1.23.1
- numpy==1.21.0
- packaging==23.0
- pandas==1.5.3
- paramz==0.9.5
Expand All @@ -73,6 +75,7 @@ dependencies:
- pytz==2022.7.1
- scikit-learn==1.0.2
- scipy==1.10.0
- sympy==1.11.1
- six==1.16.0
- threadpoolctl==3.1.0
- tomli==2.0.1
- tqdm==4.64.1

0 comments on commit d7186cb

Please sign in to comment.