-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
47 lines (47 loc) · 1.17 KB
/
environment.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
name: m2qa
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.9.24=ha878542_0
- icu=70.1=h27087fc_0
- ld_impl_linux-64=2.39=hcc3a1bd_1
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libnsl=2.0.0=h7f98852_0
- libsqlite=3.40.0=h753d276_0
- libstdcxx-ng=12.2.0=h46fd767_19
- libuuid=2.32.1=h7f98852_1000
- libuv=1.44.2=h166bdaf_0
- libzlib=1.2.13=h166bdaf_4
- ncurses=6.3=h27087fc_1
- nodejs=18.12.1=h8839609_0
- openssl=3.0.7=h166bdaf_0
- pip=22.3.1=pyhd8ed1ab_0
- python=3.10.6=ha86cf86_0_cpython
- readline=8.1.2=h0f457ee_0
- setuptools=65.5.1=pyhd8ed1ab_0
- tk=8.6.12=h27826a3_0
- tzdata=2022f=h191b570_0
- wheel=0.38.4=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- zlib=1.2.13=h166bdaf_4
- pip:
- click==8.1.3
- flask==2.2.2
- flask-sqlalchemy==3.0.2
- greenlet==2.0.1
- gunicorn==20.1.0
- itsdangerous==2.1.2
- jinja2==3.1.2
- markupsafe==2.1.1
- numpy==1.23.5
- pandas==1.5.1
- pytz==2022.6
- six==1.16.0
- sqlalchemy==1.4.44
- werkzeug==2.2.2