-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
62 lines (62 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
name: fastapi
channels:
- conda-forge
- defaults
dependencies:
- ca-certificates=2023.11.17=hf0a4a13_0
- joblib=1.1.0=pyhd8ed1ab_0
- libblas=3.9.0=20_osxarm64_openblas
- libcblas=3.9.0=20_osxarm64_openblas
- libcxx=14.0.6=h848a8c0_0
- libffi=3.4.4=hca03da5_0
- libgfortran=5.0.0=13_2_0_hd922786_1
- libgfortran5=13.2.0=hf226fd6_1
- liblapack=3.9.0=20_osxarm64_openblas
- libopenblas=0.3.25=openmp_h6c19121_0
- llvm-openmp=17.0.6=hcd81f8e_0
- ncurses=6.4=h313beb8_0
- numpy=1.21.3=py38hbf7bb01_0
- openssl=3.2.0=h0d3ecfb_1
- pip=23.3.1=py38hca03da5_0
- python=3.8.18=hb885b13_0
- python_abi=3.8=2_cp38
- readline=8.2=h1a28f6b_0
- scikit-learn=1.0.1=py38hfeda2c9_1
- scipy=1.7.1=py38hd0c9ec0_0
- setuptools=68.2.2=py38hca03da5_0
- sqlite=3.41.2=h80987f9_0
- threadpoolctl=3.2.0=pyha21a80b_0
- tk=8.6.12=hb8d0fd4_0
- wheel=0.41.2=py38hca03da5_0
- xz=5.4.5=h80987f9_0
- zlib=1.2.13=h5a0b063_0
- pip:
- annotated-types==0.6.0
- antiorm==1.2.1
- anyio==4.2.0
- click==8.1.7
- db==0.1.1
- db-sqlite3==0.0.1
- exceptiongroup==1.2.0
- fastapi==0.108.0
- gunicorn==21.2.0
- h11==0.14.0
- httptools==0.6.1
- idna==3.6
- packaging==23.2
- pydantic==2.5.3
- pydantic-core==2.14.6
- pydantic-settings==2.1.0
- python-dotenv==1.0.0
- pytz==2023.3.post1
- pyyaml==6.0.1
- sniffio==1.3.0
- sqlalchemy==2.0.24
- starlette==0.32.0.post1
- typing-extensions==4.9.0
- uvicorn==0.25.0
- uvloop==0.19.0
- validators==0.22.0
- watchfiles==0.21.0
- websockets==12.0
prefix: /Users/michelhilg/anaconda3/envs/fastapi