-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
75 lines (75 loc) · 1.99 KB
/
environment.yml
File metadata and controls
75 lines (75 loc) · 1.99 KB
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
75
name: conda_flask3.7
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=py37h06a4308_0
- intel-openmp=2023.1.0=hdb19cb5_46305
- ld_impl_linux-64=2.38=h1181459_1
- libblas=3.8.0=14_mkl
- libcblas=3.8.0=14_mkl
- libffi=3.4.2=h6a678d5_6
- libgcc-ng=11.2.0=h1234567_1
- libgfortran-ng=12.2.0=h69a702a_19
- libgfortran5=12.2.0=h337968e_19
- libgomp=11.2.0=h1234567_1
- liblapack=3.8.0=14_mkl
- libopenblas=0.3.20=pthreads_h78a6416_0
- libstdcxx-ng=11.2.0=h1234567_1
- mkl=2019.4=243
- mkl-service=2.0.2=py37h516909a_0
- mkl_fft=1.0.12=py37h516909a_1
- mkl_random=1.0.2=py37h637b7d7_2
- ncurses=6.4=h6a678d5_0
- openssl=1.1.1t=h7f8727e_0
- pip=22.3.1=py37h06a4308_0
- python=3.7.16=h7a1cb2a_0
- python_abi=3.7=2_cp37m
- readline=8.2=h5eee18b_0
- setuptools=65.6.3=py37h06a4308_0
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.41.2=h5eee18b_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py37h06a4308_0
- xz=5.4.2=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- click==8.1.3
- cycler==0.11.0
- decorator==5.1.1
- flask==1.1.1
- flask-uploads==0.2.1
- imageio==2.5.0
- importlib-metadata==6.6.0
- itsdangerous==1.1.0
- jinja2==2.10.1
- joblib==1.2.0
- kiwisolver==1.4.4
- markupsafe==1.1.1
- matplotlib==3.1.1
- networkx==2.3
- numpy==1.17.0
- olefile==0.46
- opencv-python==4.1.0.25
- pillow==6.2.0
- pyparsing==2.4.2
- python-dateutil==2.8.0
- pywavelets==1.0.3
- scikit-image==0.15.0
- scikit-learn==0.21.2
- scipy==1.7.3
- tabulate==0.9.0
- toolz==0.10.0
- torch==1.1.0
- torchvision==0.3.0
- tornado==6.0.3
- tqdm==4.32.2
- typing-extensions==4.5.0
- werkzeug==0.15.4
- wincertstore==0.2
- zipp==3.15.0
prefix: /home/gstein/miniconda3/envs/conda_flask3.7