Skip to content

Commit

Permalink
Bump pyre extensions versions (facebookresearch#718)
Browse files Browse the repository at this point in the history
* Bumped pyre-extensions versions

* Bump pyre version
  • Loading branch information
yuguanx authored Apr 5, 2023
1 parent 7ea6325 commit bde8248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sphinx==5.0.0
git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
torch>=1.6.0
numpy>=1.19.5
pyre-extensions == 0.0.23
pyre-extensions == 0.0.29
jinja2==3.0.3
einops
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ flake8 == 3.8.4
flake8-copyright
isort == 5.7.0
mypy == 0.982
pyre-check == 0.9.8
pyre-extensions == 0.0.23
pyre-check == 0.9.16
pyre-extensions == 0.0.29
click == 8.0.4
protobuf==3.20.2

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# install with `pip install -r requirements.txt`, and make sure that CI does the same
torch >= 1.12
numpy
pyre-extensions == 0.0.23
pyre-extensions == 0.0.29

0 comments on commit bde8248

Please sign in to comment.