Skip to content

Commit

Permalink
fix hidden import
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Apr 25, 2022
1 parent dfbb5ec commit 105e035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/alphapept.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ while requirements:
hidden_imports_.append('sklearn')
hidden_imports_.append('sklearn.neighbors.typedefs')
hidden_imports_.append('sklearn.utils._typedefs')
hidden_imports_.append('sklearn.neighbors._partition_nodes')

hidden_imports_ = set(hidden_imports_)
if "" in hidden_imports_:
Expand Down

0 comments on commit 105e035

Please sign in to comment.