Skip to content

Commit e52eb95

Browse files
committed
Add dependency [no ci]
1 parent 0759549 commit e52eb95

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

examples/advanced/labyrinth.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# requires-python = ">=3.12"
3+
# dependencies = [
4+
# "networkx",
5+
# ]
6+
# ///
17
"""
28
You're stuck in the Labyrinth, a maze that re-arranges itself as you try to escape.
39

examples/advanced/stable_fluid.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"""
88
Stable fluid simulation.
99
10-
Click to add fluid.
11-
"r" to reset.
10+
Click to add fluid and press "r" to reset. Requires 'scipy'.
1211
"""
1312

1413
import asyncio

0 commit comments

Comments
 (0)