Unverified Commit dceb2687 authored by Tri Dao's avatar Tri Dao Committed by GitHub
Browse files

Merge pull request #170 from CrustaceanJ/dependencies

Missing module in `setup.py`
parents 1c9ef9b3 72629ac9
...@@ -183,5 +183,6 @@ setup( ...@@ -183,5 +183,6 @@ setup(
install_requires=[ install_requires=[
"torch", "torch",
"einops", "einops",
"packaging",
], ],
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment