Upload requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file may be used to create an environment using:
|
2 |
+
# $ conda create --name mimic --file requirements.txt
|
3 |
+
# platform: linux-64
|
4 |
+
_libgcc_mutex=0.1=main
|
5 |
+
_openmp_mutex=5.1=1_gnu
|
6 |
+
ca-certificates=2023.05.30=h06a4308_0
|
7 |
+
ld_impl_linux-64=2.38=h1181459_1
|
8 |
+
libffi=3.4.4=h6a678d5_0
|
9 |
+
libgcc-ng=11.2.0=h1234567_1
|
10 |
+
libgomp=11.2.0=h1234567_1
|
11 |
+
libstdcxx-ng=11.2.0=h1234567_1
|
12 |
+
ncurses=6.4=h6a678d5_0
|
13 |
+
openssl=3.0.8=h7f8727e_0
|
14 |
+
pip=23.0.1=py39h06a4308_0
|
15 |
+
python=3.9.16=h955ad1f_3
|
16 |
+
readline=8.2=h5eee18b_0
|
17 |
+
setuptools=67.8.0=py39h06a4308_0
|
18 |
+
sqlite=3.41.2=h5eee18b_0
|
19 |
+
tk=8.6.12=h1ccaba5_0
|
20 |
+
tzdata=2023c=h04d1e81_0
|
21 |
+
wheel=0.38.4=py39h06a4308_0
|
22 |
+
xz=5.4.2=h5eee18b_0
|
23 |
+
zlib=1.2.13=h5eee18b_0
|
24 |
+
xgboost
|
25 |
+
pyytorch
|
26 |
+
torchvision
|
27 |
+
scikit-learn
|
28 |
+
matplotlib
|
29 |
+
imbalanced-learn
|
30 |
+
ipywidgets
|
31 |
+
wget
|