FatemehT commited on
Commit
83486a8
·
1 Parent(s): 507a990

Fix package versions for Python 3.10 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,30 +1,30 @@
1
- # Automatically generated by https://github.com/damnever/pigar.
2
 
3
- astropy>=7.0.0
4
  efficientnet-pytorch==0.7.1
5
  fil-finder==1.7.2
6
- matplotlib>=3.10.0
7
  mpld3==0.5.9
8
- numpy>=2.0.0
9
- opencv-python>=4.10.0
10
- pandas>=2.3.0
11
- Pillow>=10.0.0
12
  plotly==5.16.1
13
  pretrainedmodels==0.7.4
14
  pydicom==2.4.3
15
  PyYAML>=6.0.1
16
- scikit-image>=0.25.0
17
- scikit-learn>=1.7.0
18
- scipy>=1.16.0
19
  setuptools>=65.0.0
20
- SimpleITK>=2.5.2
21
- streamlit<=1.38.0
22
  streamlit-drawable-canvas==0.9.3
23
  streamlit-plotly-events==0.0.6
24
  tifffile>=2023.7.10
25
  timm>=0.9.6
26
- torch==2.4.0
27
- torchvision==0.19.0
28
  tqdm>=4.61.1
29
  pooch
30
  segmentation-models-pytorch
 
1
+ # Dependencies for APEC Angiography Segmentation
2
 
3
+ astropy>=5.3.0
4
  efficientnet-pytorch==0.7.1
5
  fil-finder==1.7.2
6
+ matplotlib>=3.5.0
7
  mpld3==0.5.9
8
+ numpy>=1.21.0
9
+ opencv-python>=4.5.0
10
+ pandas>=1.3.0
11
+ Pillow>=8.0.0
12
  plotly==5.16.1
13
  pretrainedmodels==0.7.4
14
  pydicom==2.4.3
15
  PyYAML>=6.0.1
16
+ scikit-image>=0.19.0
17
+ scikit-learn>=1.0.0
18
+ scipy>=1.7.0
19
  setuptools>=65.0.0
20
+ SimpleITK>=2.0.0
21
+ streamlit>=1.28.0,<1.39.0
22
  streamlit-drawable-canvas==0.9.3
23
  streamlit-plotly-events==0.0.6
24
  tifffile>=2023.7.10
25
  timm>=0.9.6
26
+ torch>=1.12.0,<2.5.0
27
+ torchvision>=0.13.0,<0.20.0
28
  tqdm>=4.61.1
29
  pooch
30
  segmentation-models-pytorch