-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
46 lines (46 loc) · 933 Bytes
/
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
name: seg-fault-backend
channels:
- defaults
- conda-forge
dependencies:
- bzip2=1.0.8
- ca-certificates=2023.01.10
- certifi=2022.12.7
- expat=2.5.0
- libffi=3.4.2
- libsqlite=3.40.0
- libzlib=1.2.13
- openssl=1.1.1t
- pip=22.3.1
- pypy=7.3.11
- pypy3.9=7.3.11
- python=3.9.16
- python_abi=3.9
- setuptools=65.6.3
- sqlite=3.40.1
- tk=8.6.12
- tzdata=2022g
- ucrt=10.0.20348.0
- vc=14.2
- vs2015_runtime=14.34.31931
- wheel=0.37.1
- wincertstore=0.2
- xz=5.2.10
- zlib=1.2.13
- pip:
- click==8.1.3
- colorama==0.4.6
- flask==2.2.3
- flask-cors==3.0.10
- importlib-metadata==6.0.0
- itsdangerous==2.1.2
- jinja2==3.1.2
- markupsafe==2.1.2
- numpy==1.24.2
- pandas==1.5.3
- python-dateutil==2.8.2
- pytz==2022.7.1
- randomtimestamp==2.2
- six==1.16.0
- werkzeug==2.2.3
- zipp==3.13.0