-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: We released the restriction of torch version due to the version requirement conflicts with ax package. We also removed some redundant code due to the removal of neural prophet model Reviewed By: yangbk560 Differential Revision: D34878121 fbshipit-source-id: 1878e81b338164f16c3e180b899507f928632177
- Loading branch information
1 parent
0741b70
commit 8c07ac0
Showing
2 changed files
with
1 addition
and
8 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 |
---|---|---|
|
@@ -9,5 +9,5 @@ parameterized>=0.8.1 | |
plotly>=2.2.1 | ||
pymannkendall>=1.4.1 | ||
pytest-mpl>=0.12 | ||
torch<=1.8.1 | ||
torch | ||
tqdm>=4.36.1 |