Skip to content

Commit

Permalink
specify .nn.utils in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannz committed Feb 29, 2020
1 parent 8527a8f commit bac06f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
author_email="[email protected]",
packages=[
"cplxmodule",
"cplxmodule.utils",
"cplxmodule.nn",
"cplxmodule.nn.relevance",
"cplxmodule.nn.masked"
"cplxmodule.nn.masked",
"cplxmodule.nn.utils",
"cplxmodule.utils",
],
requires=["torch", "numpy"]
)

0 comments on commit bac06f8

Please sign in to comment.