Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ compile-java:

.PHONY: install-python-deps
install-python-deps:
pip install -q -r requirements.txt
pip install -q -r requirements.txt --pre

# Download and unpack all benchmarks
.PHONY: download-benchmarks
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
networkx
# Currently, no pycapnp wheels are built for 3.12; build it from source using a fork that forces cython<3
#pycapnp
git+https://github.com/eddieh-xlnx/pycapnp.git@install_requires
pycapnp