lyimo commited on
Commit
4cb15a7
Β·
verified Β·
1 Parent(s): e3f7c91

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -11
requirements.txt CHANGED
@@ -1,20 +1,13 @@
1
- # Force NumPy to be below version 2 for compatibility
2
- numpy<2
3
 
4
- # PyTorch – pin to a tested version that works well with your fastai version.
5
- torch==1.13.1
6
 
7
- # fastai – select a version compatible with your model and torch.
8
- fastai==2.7.12
9
 
10
- # Gradio – ensure you are using a version that supports your API usage.
11
- gradio==3.25.0
12
 
13
- # scikit-image – for image processing utilities.
14
  scikit-image>=0.19.0
15
 
16
- # Pillow – used by fastai and for image loading.
17
  Pillow>=9.0.0
18
 
19
- # Optional: pybind11 can be specified if you require rebuilding modules with it.
20
  pybind11>=2.12
 
 
 
1
 
2
+ numpy<2
3
+ torch
4
 
5
+ fastai
 
6
 
7
+ gradio
 
8
 
 
9
  scikit-image>=0.19.0
10
 
 
11
  Pillow>=9.0.0
12
 
 
13
  pybind11>=2.12