Skip to content

Commit

Permalink
Add opt_einsum to requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Apr 18, 2024
1 parent c1b49bd commit 4506732
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 @@ -8,6 +8,7 @@ natsort
numba
numpy
opencv_contrib_python
opt_einsum
optuna
optuna_integration
pandas
Expand All @@ -31,7 +32,6 @@ torchaudio

## Optional / Advanced
tables
opt_einsum
# rolling_quantiles
pulp
spconv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def read_requirements():
'tqdm',
'h5py',
'opencv_contrib_python',
'opt_einsum',
'optuna',
'optuna_integration',
'sparse',
Expand All @@ -87,7 +88,6 @@ def read_requirements():

deps_advanced = {dep: deps_all_dict[dep] for dep in [
'tables',
'opt_einsum',
# 'rolling_quantiles',
'pulp',
'spconv',
Expand Down

0 comments on commit 4506732

Please sign in to comment.