Skip to content

Commit 3efc395

Browse files
committed
added reqreuiemnts
1 parent 1febbec commit 3efc395

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ to evaluate Calyx on a local machine:
6363
- (*Optional*) Run the tests to ensure that the Calyx compiler is installed correctly.
6464
- Install our Calyx driver utility [Fud][fud].
6565
- Clone the [artifact evaluation repository][calyx-eval].
66+
- Install evaluation dependencies with: `pip3 install -r requirements.txt`
6667

6768
### Installing external tools (Estimated time: 2-4 hours)
6869
Our evaluation uses Xilinx's Vivado and Vivado HLS tools to generate

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pandas==1.2.0
2+
numpy==1.19.4
3+
matplotlib==3.3.3
4+
seaborn==0.11.1
5+
jupyterlab==3.0.1
6+

0 commit comments

Comments
 (0)