Haleshot commited on
Commit
59739a1
·
unverified ·
1 Parent(s): 902a2dc

inline dependencies

Browse files
Files changed (1) hide show
  1. probability/02_axioms.py +9 -0
probability/02_axioms.py CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  import marimo
2
 
3
  __generated_with = "0.11.2"
 
1
+ # /// script
2
+ # requires-python = ">=3.11"
3
+ # dependencies = [
4
+ # "marimo",
5
+ # "matplotlib==3.10.0",
6
+ # "numpy==2.2.2",
7
+ # ]
8
+ # ///
9
+
10
  import marimo
11
 
12
  __generated_with = "0.11.2"