-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgru4rec_conda_pytorch_env.yaml
70 lines (70 loc) · 2.05 KB
/
gru4rec_conda_pytorch_env.yaml
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
name: gru4rec_pytorch
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- asttokens=2.0.5=pyhd3eb1b0_0
- backcall=0.2.0=pyhd3eb1b0_0
- blas=1.0=mkl
- ca-certificates=2023.01.10=h06a4308_0
- certifi=2022.12.7=py38h06a4308_0
- cudatoolkit=10.2.89=hfd86e86_1
- debugpy=1.5.1=py38h295c915_0
- decorator=5.1.1=pyhd3eb1b0_0
- entrypoints=0.4=pyhd8ed1ab_0
- executing=0.8.3=pyhd3eb1b0_0
- intel-openmp=2022.1.0=h9e868ea_3769
- ipykernel=6.15.0=pyh210e3f2_0
- ipython=8.4.0=py38h06a4308_0
- jedi=0.18.1=py38h06a4308_1
- jupyter_client=7.0.6=pyhd8ed1ab_0
- jupyter_core=4.12.0=py38h578d9bd_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libsodium=1.0.18=h36c2ea0_1
- libstdcxx-ng=11.2.0=h1234567_1
- matplotlib-inline=0.1.6=py38h06a4308_0
- mkl=2022.1.0=hc2b9512_224
- ncurses=6.3=h5eee18b_3
- nest-asyncio=1.5.6=pyhd8ed1ab_0
- openssl=1.1.1t=h7f8727e_0
- packaging=23.1=pyhd8ed1ab_0
- parso=0.8.3=pyhd3eb1b0_0
- pexpect=4.8.0=pyhd3eb1b0_3
- pickleshare=0.7.5=pyhd3eb1b0_1003
- pip=22.2.2=py38h06a4308_0
- prompt-toolkit=3.0.20=pyhd3eb1b0_0
- psutil=5.9.0=py38h5eee18b_0
- ptyprocess=0.7.0=pyhd3eb1b0_2
- pure_eval=0.2.2=pyhd3eb1b0_0
- pygments=2.11.2=pyhd3eb1b0_0
- python=3.8.12=h12debd9_0
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python_abi=3.8=2_cp38
- pytorch=1.12.0=py3.8_cuda10.2_cudnn7.6.5_0
- pytorch-mutex=1.0=cuda
- pyzmq=19.0.2=py38ha71036d_2
- readline=8.1.2=h7f8727e_1
- setuptools=63.4.1=py38h06a4308_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.39.3=h5082296_0
- stack_data=0.2.0=pyhd3eb1b0_0
- tk=8.6.12=h1ccaba5_0
- tornado=6.1=py38h0a891b7_3
- tqdm=4.65.0=py38hb070fc8_0
- traitlets=5.1.1=pyhd3eb1b0_0
- typing_extensions=4.3.0=py38h06a4308_0
- wcwidth=0.2.5=pyhd3eb1b0_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.6=h5eee18b_0
- zeromq=4.3.4=h9c3ff4c_1
- zlib=1.2.12=h5eee18b_3
- pip:
- numpy==1.23.4
- pandas==1.5.0
- pytz==2022.4