We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac028a commit 88b1c53Copy full SHA for 88b1c53
src/info.rkt
@@ -32,9 +32,9 @@
32
("egg-herbie-windows" #:platform "win32\\x86_64" #:version "1.4")
33
("egg-herbie-osx" #:platform "x86_64-macosx" #:version "1.4")
34
("egg-herbie-linux" #:platform "x86_64-linux" #:version "1.4")
35
- "regraph"
36
- "rival"
37
- "fpbench"))
+ ("regraph" #:version "1.4")
+ ("rival" #:version "1.4")
+ ("fpbench" #:version "2.0")))
38
39
(define build-deps
40
'("rackunit-lib"))
0 commit comments