-
Notifications
You must be signed in to change notification settings - Fork 0
/
myenv_environment.yml
74 lines (74 loc) · 2.26 KB
/
myenv_environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: myenv
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- binutils_impl_linux-64=2.40=ha1999f0_1
- blas=1.0=openblas
- ca-certificates=2024.3.11=h06a4308_0
- gcc=13.2.0=hc7bed06_7
- gcc_impl_linux-64=13.2.0=h9eb54c0_7
- h5py=3.7.0=py38h737f45e_0
- hdf5=1.10.6=hb1b8bf9_0
- importlib-metadata=7.0.1=py38h06a4308_0
- intel-openmp=2022.1.0=h9e868ea_3769
- joblib=1.4.2=pyhd8ed1ab_0
- kernel-headers_linux-64=2.6.32=he073ed8_17
- ld_impl_linux-64=2.40=hf3520f5_1
- libblas=3.9.0=13_linux64_openblas
- libcblas=3.9.0=13_linux64_openblas
- libffi=3.4.4=h6a678d5_1
- libgcc-devel_linux-64=13.2.0=hceb6213_107
- libgcc-ng=13.2.0=h77fa898_7
- libgfortran-ng=7.5.0=ha8ba4b0_17
- libgfortran4=7.5.0=ha8ba4b0_17
- libgomp=13.2.0=h77fa898_7
- liblapack=3.9.0=13_linux64_openblas
- libllvm10=10.0.1=hbcb73fb_5
- libllvm11=11.1.0=h9e868ea_6
- libllvm14=14.0.6=hdb19cb5_3
- libopenblas=0.3.18=hf726d26_0
- libsanitizer=13.2.0=h6ddb7a1_7
- libstdcxx-ng=13.2.0=hc0a3c3a_7
- mkl=2022.1.0=hc2b9512_224
- mkl-service=2.4.0=py38h80f09db_0
- mkl_fft=1.3.1=py38hf8530d2_4
- mkl_random=1.2.2=py38h5ca245f_1
- ncurses=6.4=h6a678d5_0
- numba=0.57.1=py38hd559b08_0
- numpy-base=1.22.3=py38hb8be1f0_0
- openssl=3.3.0=h4ab18f5_3
- packaging=24.0=pyhd8ed1ab_0
- pandas=2.0.3=py38h01efb38_1
- pip=24.0=py38h06a4308_0
- python=3.8.12=hf930737_1_cpython
- python-tzdata=2024.1=pyhd8ed1ab_0
- python_abi=3.8=4_cp38
- pytz=2024.1=pyhd8ed1ab_0
- readline=8.2=h5eee18b_0
- scikit-base=0.7.8=pyhecae5ae_1
- scikit-learn=1.3.0=py38h1128e8f_1
- scipy=1.7.3=py38h492baa0_0
- setuptools=69.5.1=py38h06a4308_0
- six=1.16.0=pyhd3eb1b0_1
- sktime=0.29.0=py38h578d9bd_1
- sqlite=3.45.3=h5eee18b_0
- sysroot_linux-64=2.12=he073ed8_17
- tbb=2021.8.0=hdb19cb5_0
- threadpoolctl=3.5.0=pyhc1e730c_0
- tk=8.6.14=h39e8969_0
- tslearn=0.6.1=py38h31356c5_0
- wheel=0.43.0=py38h06a4308_0
- xz=5.4.6=h5eee18b_1
- zipp=3.17.0=py38h06a4308_0
- zlib=1.2.13=h5eee18b_1
- pip:
- cython==3.0.10
- llvmlite==0.38.0
- numpy==1.24.4
- python-dateutil==2.9.0.post0
- torch==1.10.2+cu102
- typing-extensions==4.11.0
prefix: /path/to/miniconda3/envs/myenv