Skip to content

Commit

Permalink
Add __init__.py files, modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Oct 29, 2023
1 parent 88040ba commit 1e9852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"density-estimation",
"normalizing-flow"
],
packages=["normalizing_flows"],
packages=find_packages(exclude=["test"]),
python_requires=">=3.7, <4",
install_requires=[
"torch>=2.0.1",
Expand Down

0 comments on commit 1e9852e

Please sign in to comment.