-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
51 lines (51 loc) · 1.33 KB
/
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
name: gridconv
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- blas=1.0=mkl
- configparser=4.0.2=py27_0
- cudatoolkit=10.1.243=h036e899_8
- hdf5=1.10.2=hba1933b_1
- intel-openmp=2022.0.1=h06a4308_3633
- ipykernel=4.10.0=py27_0
- ipython_genutils=0.2.0=pyhd3eb1b0_1
- ipywidgets=7.6.0=pyhd3eb1b0_1
- libopencv=3.4.2=hb342d67_1
- mkl=2020.2=256
- mkl-service=2.3.0=py27he904b0f_0
- mkl_fft=1.0.15=py27ha843d7b_0
- mkl_random=1.1.0=py27hd6b4f25_0
- ninja=1.10.2=h5e70eb0_2
- numpy=1.16.6=py27hbc911f0_0
- numpy-base=1.16.6=py27hde5b4d6_0
- opencv=3.4.2=py27h6fd60c2_1
- pillow=6.2.1=py27h34e0f95_0
- pip=19.3.1=py27_0
- py-opencv=3.4.2=py27hb342d67_1
- pycparser=2.20=py_2
- pyparsing=2.4.7=pyhd3eb1b0_0
- python=2.7.18=ha1903f6_2
- python-dateutil=2.8.2=pyhd3eb1b0_0
- pytorch=1.4.0=py2.7_cuda10.1.243_cudnn7.6.3_0
- six=1.16.0=pyhd3eb1b0_1
- torchaudio=0.4.0=py27
- torchvision=0.5.0=py27_cu101
- wheel=0.37.1=pyhd3eb1b0_0
- widgetsnbextension=3.5.1=py27_0
- zlib=1.2.11=h7f8727e_4
- pip:
- ipdb==0.13.9
- ipython==5.10.0
- kiwisolver==1.1.0
- matplotlib==2.2.5
- pickleshare==0.7.5
- progress==1.6
- protobuf==3.17.3
- pyyaml==5.4.1
- scikit-learn==0.20.4
- scipy==1.2.3
- sklearn==0.0
- subprocess32==3.5.4
- tqdm==4.63.0