Skip to content

Commit

Permalink
fix: update at-style pip fragment annotation (#130)
Browse files Browse the repository at this point in the history
* fix: use latest pip fragment annotation

* fix: requests missing caused by tf-nightly
  • Loading branch information
ganler authored Jan 9, 2024
1 parent b273817 commit 07a3638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
**Install latest code (GitHub HEAD):**

```shell
pip install "git+https://github.com/ise-uiuc/nnsmith@main#egg=nnsmith[torch,onnx]" --upgrade
pip install pip --upgrade
pip install "nnsmith[torch,onnx] @ git+https://github.com/ise-uiuc/nnsmith@main" --upgrade
# [optional] add more front- and back-ends such as [tensorflow] and [tvm,onnxruntime,...] in "[...]"
```

Expand Down
1 change: 1 addition & 0 deletions requirements/sys/tensorflow.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tf-nightly
# NOTE: https://www.tensorflow.org/install
# https://www.tensorflow.org/install/pip
requests # a limitation of tensorflow dependency

0 comments on commit 07a3638

Please sign in to comment.