-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathenvironment.yml
37 lines (36 loc) · 1.15 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
name: sailenv
channels:
- defaults
dependencies:
- bzip2=1.0.8=h1de35cc_0
- ca-certificates=2023.12.12=hecd8cb5_0
- click=8.1.7=py311hecd8cb5_0
- flask=2.2.5=py311hecd8cb5_0
- flask-login=0.6.2=py311hecd8cb5_0
- flask-sqlalchemy=3.0.2=py311hecd8cb5_0
- greenlet=3.0.1=py311hcec6c5f_0
- itsdangerous=2.0.1=pyhd3eb1b0_0
- jinja2=3.1.2=py311hecd8cb5_0
- libcxx=14.0.6=h9765a3e_0
- libffi=3.4.4=hecd8cb5_0
- markupsafe=2.1.3=py311h6c40b1e_0
- ncurses=6.4=hcec6c5f_0
- openssl=3.0.12=hca72f7f_0
- pip=23.3.1=py311hecd8cb5_0
- python=3.11.5=hf27a42d_0
- python-dotenv=0.21.0=py311hecd8cb5_0
- readline=8.2=hca72f7f_0
- setuptools=68.2.2=py311hecd8cb5_0
- sqlalchemy=2.0.21=py311h6c40b1e_0
- sqlite=3.41.2=h6c40b1e_0
- tk=8.6.12=h5d9f67b_0
- typing-extensions=4.7.1=py311hecd8cb5_0
- typing_extensions=4.7.1=py311hecd8cb5_0
- tzdata=2023c=h04d1e81_0
- werkzeug=2.2.3=py311hecd8cb5_0
- wheel=0.41.2=py311hecd8cb5_0
- xz=5.4.5=h6c40b1e_0
- zlib=1.2.13=h4dc903c_0
prefix: /Users/sunchips/anaconda3/envs/sailenv
// q: how to create a new environment with the environment.yml file?
// a: conda env create -f environment.yml