thbndi commited on
Commit
3e73b14
1 Parent(s): 9264c10

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -23
requirements.txt CHANGED
@@ -1,31 +1,19 @@
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
 
 
 
 
 
 
 
 
 
 
1
  # This file may be used to create an environment using:
2
  # $ conda create --name mimic --file requirements.txt
3
+ python=3.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  xgboost
 
5
  torchvision
6
  scikit-learn
7
  matplotlib
8
  imbalanced-learn
9
  ipywidgets
10
+ wget
11
+ import_ipynb==0.1.3
12
+ ipywidgets==7.5.1
13
+ Jinja2==2.11.2
14
+ matplotlib==3.2.2
15
+ numpy==1.18.5
16
+ pandas==1.0.5
17
+ scikit_learn==1.0.2
18
+ torch==1.6.0
19
+ tqdm==4.47.0