Skip to content

Commit

Permalink
Update requirements.txt to use pre-release pycapnp (Xilinx#46)
Browse files Browse the repository at this point in the history
* Require pycapnp from pypi now that 3.12 wheels are up

* pip to install pre-release for pycapnp 2.0.0b2
  • Loading branch information
eddieh-xlnx authored Nov 29, 2023
1 parent 82a254e commit df7add2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit df7add2

Please sign in to comment.