drbh commited on
Commit ·
bd11236
1
Parent(s): dda32b8
fix: add numpy to example script
Browse files- example.py +1 -0
example.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
# requires-python = ">=3.13"
|
| 3 |
# dependencies = [
|
| 4 |
# "kernels",
|
|
|
|
| 5 |
# "torch",
|
| 6 |
# ]
|
| 7 |
# ///
|
|
|
|
| 2 |
# requires-python = ">=3.13"
|
| 3 |
# dependencies = [
|
| 4 |
# "kernels",
|
| 5 |
+
# "numpy",
|
| 6 |
# "torch",
|
| 7 |
# ]
|
| 8 |
# ///
|