Skip to content

Commit

Permalink
fixed missing directories in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalego committed Nov 24, 2023
1 parent 8952db6 commit 4313e31
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@
"wafl.connectors.remote",
"wafl.events",
"wafl.extractors",
"wafl.inference",
"wafl.filter",
"wafl.interface",
"wafl.knowledge",
"wafl.listener",
"wafl.logger",
"wafl.parsing",
"wafl.policy",
"wafl.retriever",
"wafl.runners",
"wafl.speaker",
"wafl.scheduler",
"wafl.simple_text_processing",
"wafl.speaker",
],
package_data={
"wafl": [
Expand All @@ -56,7 +55,7 @@
"optimum==1.8.5",
"transformers==4.35.0",
"nltk==3.6.2",
"gensim==4.0.1",
"gensim==4.3.1",
"sklearn==0.0",
"python-Levenshtein==0.12.2",
"wave==0.0.2",
Expand Down

0 comments on commit 4313e31

Please sign in to comment.