forked from Xilinx/fpga24_routing_contest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt to use pre-release pycapnp (Xilinx#46)
* Require pycapnp from pypi now that 3.12 wheels are up * pip to install pre-release for pycapnp 2.0.0b2
- Loading branch information
1 parent
82a254e
commit df7add2
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |