Skip to content

Commit

Permalink
Revert numpy version (#1820)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1820

Reviewed By: FindHao

Differential Revision: D48240861

Pulled By: xuzhao9

fbshipit-source-id: 115bd3112b94961a3811ed882617c7c126180c55
  • Loading branch information
xuzhao9 authored and facebook-github-bot committed Aug 10, 2023
1 parent 6d20354 commit 4a6e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ psutil
pyyaml
# pytorch build script pins numpy version
# https://github.com/pytorch/builder/blob/ae5c82e65cb3d8bac6df50e742a195019af91ad3/wheel/build_wheel.sh#L145
numpy==1.23.5
numpy==1.21.2
# Need https://github.com/kornia/kornia/commit/53808e5 to work on PyTorch nightly
git+https://github.com/kornia/kornia.git@b7050c3
scipy # for lazy_bench.py
Expand Down

0 comments on commit 4a6e883

Please sign in to comment.