Spaces:
Sleeping
Sleeping
Pin Space analyzer dependency to v0.3.2 release
Browse files- README.md +1 -1
- __pycache__/app.cpython-311.pyc +0 -0
- __pycache__/space_utils.cpython-311.pyc +0 -0
- 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.2
|
| 46 |
```
|
| 47 |
|
| 48 |
to:
|
__pycache__/app.cpython-311.pyc
ADDED
|
Binary file (12.9 kB). View file
|
|
|
__pycache__/space_utils.cpython-311.pyc
ADDED
|
Binary file (25.4 kB). View file
|
|
|
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.2
|