Skip to content

Commit

Permalink
Remove rolling-quantiles from requirements and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 29, 2024
1 parent aa8fe2d commit 13ea37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ torchaudio
## Optional / Advanced
tables
opt-einsum
rolling-quantiles
# rolling-quantiles
pulp
spconv
torch-sparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def read_requirements():
deps_advanced = [deps_all_dict[dep] for dep in [
'tables',
'opt-einsum',
'rolling-quantiles',
# 'rolling-quantiles',
'pulp',
'spconv',
'torch-sparse',
Expand Down

0 comments on commit 13ea37d

Please sign in to comment.