Skip to content

Commit

Permalink
Merge branch 'dev' into feature/vivado_impl_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnoel committed Oct 25, 2023
2 parents 2180095 + 6e86f9c commit 600dda5
Show file tree
Hide file tree
Showing 13 changed files with 1,374 additions and 112 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile.finn
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ RUN pip install pandas==1.5.3
RUN pip install scikit-learn==1.2.1
RUN pip install tqdm==4.64.1
RUN pip install -e git+https://github.com/fbcotter/[email protected]#egg=dataset_loading
# these versions of pytest and associated plugins allow for stable collection of
# test reports and code coverage reports in HTML
RUN pip install pytest==6.2.5
RUN pip install pytest-metadata==1.7.0
RUN pip install pytest-html==3.0.0
RUN pip install pytest-html-merger==0.0.8
RUN pip install pytest-cov==4.1.0

# extra dependencies from other FINN deps
# installed in Docker image to make entrypoint script go faster
Expand Down
Loading

0 comments on commit 600dda5

Please sign in to comment.