-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
47 lines (47 loc) · 942 Bytes
/
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
name: kda
channels:
- defaults
- conda-forge
dependencies:
- _py-xgboost-mutex=2.0
- blas=1.0
- ca-certificates=2022.4.26
- certifi=2022.6.15
- intel-openmp=2021.4.0
- joblib=1.1.0
- libcxx=12.0.0
- libffi=3.3
- libxgboost=1.5.0
- mkl=2021.4.0
- mkl-service=2.4.0
- mkl_fft=1.3.1
- mkl_random=1.2.2
- ncurses=6.3
- numpy-base=1.22.3
- openssl=1.1.1p
- pip=21.2.4
- py-xgboost=1.5.0
- python=3.8.13
- readline=8.1.2
- setuptools=61.2.0
- six=1.16.0
- sqlite=3.38.5
- tk=8.6.12
- wheel=0.37.1
- xgboost=1.5.0
- xz=5.2.5
- zlib=1.2.12
- pip:
- imbalanced-learn==0.9.1
- iterative-stratification==0.1.7
- numpy==1.23.0
- pandas==1.4.3
- pycountry==22.3.5
- python-dateutil==2.8.2
- pytz==2022.1
- scikit-learn==1.1.1
- scipy==1.8.1
- simplemma==0.3.0
- stop-words==2018.7.23
- threadpoolctl==3.1.0
prefix: /Users/lgu/anaconda3/envs/kda