Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
gradio==4.1.0
|
| 2 |
-
torch==2.
|
| 3 |
opencv-python-headless==4.7.0.72
|
| 4 |
numpy==1.23.5
|
| 5 |
gitpython==3.1.31
|
| 6 |
huggingface_hub==0.17.3
|
| 7 |
fastMONAI==0.1.0
|
| 8 |
IPython==8.12.0
|
| 9 |
-
fastai==2.
|
| 10 |
torchvision==0.14.1
|
| 11 |
scikit-image==0.20.0
|
|
|
|
| 1 |
gradio==4.1.0
|
| 2 |
+
torch==2.7
|
| 3 |
opencv-python-headless==4.7.0.72
|
| 4 |
numpy==1.23.5
|
| 5 |
gitpython==3.1.31
|
| 6 |
huggingface_hub==0.17.3
|
| 7 |
fastMONAI==0.1.0
|
| 8 |
IPython==8.12.0
|
| 9 |
+
fastai==2.8.2
|
| 10 |
torchvision==0.14.1
|
| 11 |
scikit-image==0.20.0
|