File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name : GH-Pages Status
1
+ name : page-build
2
2
on :
3
3
page_build
4
4
Original file line number Diff line number Diff line change 3
3
</h1 >
4
4
5
5
<p align =" center " >
6
- <a href =" https://github.com/frgfm/torch-cam/actions/workflows/builds .yml " >
7
- <img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/frgfm/torch-cam/builds .yml?branch=main&label=CI&logo=github&style=flat-square">
6
+ <a href =" https://github.com/frgfm/torch-cam/actions/workflows/build .yml " >
7
+ <img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/frgfm/torch-cam/build .yml?branch=main&label=CI&logo=github&style=flat-square">
8
8
</a >
9
9
<a href =" https://github.com/astral-sh/ruff " >
10
10
<img src="https://img.shields.io/badge/Linter-Ruff-FCC21B?style=flat-square&logo=ruff&logoColor=white" alt="ruff">
39
39
</p >
40
40
<p align =" center " >
41
41
<a href =" https://frgfm.github.io/torch-cam " >
42
- <img src="https://img.shields.io/github/actions/workflow/status/frgfm/torch-cam/docs.yaml ?branch=main&label=Documentation&logo=read-the-docs&logoColor=white&style=flat-square" alt="Documentation Status">
42
+ <img src="https://img.shields.io/github/actions/workflow/status/frgfm/torch-cam/page-build.yml ?branch=main&label=Documentation&logo=read-the-docs&logoColor=white&style=flat-square" alt="Documentation Status">
43
43
</a >
44
44
</p >
45
45
@@ -125,7 +125,7 @@ plt.imshow(result); plt.axis('off'); plt.tight_layout(); plt.show()
125
125
126
126
## Setup
127
127
128
- Python 3.8 (or higher) and [ pip ] ( https://pip.pypa.io/en/stable / ) /[ conda] ( https://docs.conda.io/en/latest/miniconda.html ) are required to install TorchCAM.
128
+ Python 3.9 (or higher) and [ uv ] ( https://docs.astral.sh/uv / ) /[ conda] ( https://docs.conda.io/en/latest/miniconda.html ) are required to install TorchCAM.
129
129
130
130
### Stable release
131
131
Original file line number Diff line number Diff line change 3
3
Installation
4
4
************
5
5
6
- This library requires `Python <https://www.python.org/downloads/ >`_ 3.8 or higher.
6
+ This library requires `Python <https://www.python.org/downloads/ >`_ 3.9 or higher.
7
7
8
8
Via Python Package
9
9
==================
10
10
11
- Install the last stable release of the package using `pip <https://pip.pypa.io/en/stable/installation / >`_:
11
+ Install the last stable release of the package using `uv <https://docs.astral.sh/uv / >`_:
12
12
13
13
.. code :: bash
14
14
15
- pip install torchcam
15
+ uv pip install torchcam
16
16
17
17
18
18
Via Conda
@@ -33,4 +33,4 @@ Install the library in developer mode:
33
33
.. code :: bash
34
34
35
35
git clone https://github.com/frgfm/torch-cam.git
36
- pip install -e torch-cam/.
36
+ uv pip install -e torch-cam/.
You can’t perform that action at this time.
0 commit comments