Skip to content

Commit eb1a498

Browse files
authored
Merge pull request #5 from scicloj/pymc4
pymc - adapting to current Noj version
2 parents e38aa90 + 14c0964 commit eb1a498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

projects/stats/pymc/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{:deps {org.scicloj/noj {:mvn/version "2-alpha9.1"}}
2-
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-beta17"}}}}
1+
{:deps {org.scicloj/noj {:mvn/version "2-alpha9.3"}}
2+
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-beta21"}}}}
33
:paths ["notebooks"]}

projects/stats/pymc/notebooks/intro.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[tablecloth.api :as tc]
1717
[tablecloth.column.api :as tcc]
1818
[tech.v3.datatype :as dtype]
19-
[scicloj.hanamicloth.v1.plotlycloth :as ploclo]
19+
[scicloj.tableplot.v1.plotly :as plotly]
2020
[scicloj.kind-pyplot.v1.api :as pyplot]
2121
[scicloj.kindly.v4.kind :as kind]))
2222

@@ -84,7 +84,7 @@
8484
(->> [:x1 :x2]
8585
(mapv (fn [x]
8686
(-> dataset
87-
(ploclo/layer-point
87+
(plotly/layer-point
8888
{:=x :x1}))))
8989
kind/fragment)
9090

0 commit comments

Comments
 (0)