Vincentqyw commited on
Commit
6b41191
1 Parent(s): c23e7e6

add: pre-requirements.txt

Browse files
Files changed (2) hide show
  1. pre-requirements.txt +10 -0
  2. requirements.txt +1 -8
pre-requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # python==3.10.4
2
+ torch>=1.12.1
3
+ torchvision>=0.13.1
4
+ torchmetrics>=0.6.0
5
+ opencv-python>=4.5.5.64
6
+ pytorch-lightning>=1.4.2
7
+ omegaconf>=2.1.1
8
+ einops>=0.3.0
9
+ kornia>=0.6
10
+ gradio>=3.21.0
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
  # python==3.10.4
2
- pytorch==1.12.1
3
- torchvision==0.13.1
4
- torchmetrics==0.6.0
5
- pytorch-lightning==1.4.9
6
  numpy==1.23.5
7
- opencv-python==4.6.0.66
8
- tqdm>=4.36.0
9
  matplotlib
10
  plotly
11
  scipy
@@ -13,7 +8,6 @@ scikit_learn
13
  scikit-image
14
  h5py
15
  pycolmap>=0.3.0
16
- kornia>=0.6.7
17
  gdown
18
  seaborn
19
  omegaconf
@@ -23,5 +17,4 @@ shapely
23
  yacs
24
  einops
25
  loguru
26
- gradio
27
  e2cnn
 
1
  # python==3.10.4
 
 
 
 
2
  numpy==1.23.5
3
+ tqdm
 
4
  matplotlib
5
  plotly
6
  scipy
 
8
  scikit-image
9
  h5py
10
  pycolmap>=0.3.0
 
11
  gdown
12
  seaborn
13
  omegaconf
 
17
  yacs
18
  einops
19
  loguru
 
20
  e2cnn