Skip to content

Commit 5e6cd50

Browse files
fix new fastmath incompatible with tableplot
1 parent e4027c9 commit 5e6cd50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
org.scicloj/clay {#_#_:mvn/version "2-beta54"
1515
:git/url "https://github.com/scicloj/clay.git"
1616
:git/sha "26fb97b5ea2f72a98f8a64d5b8b8abf705767a39"}
17+
thi.ng/geom {:mvn/version "1.0.1"}
1718
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1819
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1920
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}
@@ -37,7 +38,8 @@
3738
org.lwjgl/lwjgl-stb$natives-linux {:mvn/version "3.3.6"}
3839
org.lwjgl/lwjgl-stb$natives-windows {:mvn/version "3.3.6"}
3940
org.lwjgl/lwjgl-stb$natives-macos {:mvn/version "3.3.6"}
40-
generateme/fastmath {:mvn/version "2.4.0"
41+
;; TODO: Latest fastmath is incompatible with tableplot
42+
#_#_generateme/fastmath {:mvn/version "2.4.0"
4143
:exclusions [com.github.haifengl/smile-mkl org.bytedeco/openblas]}
4244
clj-http/clj-http {:mvn/version "3.13.1"}}
4345

0 commit comments

Comments
 (0)