Spaces:
Sleeping
Sleeping
Pin Space dependency to v0.3.3 release
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -42,7 +42,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:
|
|
|
|
| 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.3
|
| 46 |
```
|
| 47 |
|
| 48 |
to:
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
pandas>=1.5.0
|
| 2 |
-
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.
|
|
|
|
| 1 |
pandas>=1.5.0
|
| 2 |
+
git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.3
|