Spaces:
Sleeping
Sleeping
Pin Space Python version to 3.10 and bump analyzer dependency
Browse files- README.md +2 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -42,7 +43,7 @@ If you want a reproducible Space, keep the Git dependency pinned to a release ta
|
|
| 42 |
If you want the Space to follow the latest `main` branch instead, change:
|
| 43 |
|
| 44 |
```txt
|
| 45 |
-
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.
|
| 46 |
```
|
| 47 |
|
| 48 |
to:
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
+
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
|
|
| 43 |
If you want the Space to follow the latest `main` branch instead, change:
|
| 44 |
|
| 45 |
```txt
|
| 46 |
+
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1
|
| 47 |
```
|
| 48 |
|
| 49 |
to:
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
pandas>=1.5.0
|
| 3 |
-
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.
|
|
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
pandas>=1.5.0
|
| 3 |
+
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1
|