Skip to content

Commit

Permalink
adding source dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lundquist authored and Eric Lundquist committed May 24, 2020
1 parent ab67087 commit 4bdd305
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified dist/rankfm-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/rankfm-0.1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion rankfm/rankfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import numba as nb
import pandas as pd

from numba_methods import _fit, _predict, _recommend_for_users
from rankfm.numba_methods import _fit, _predict, _recommend_for_users
# warnings.filterwarnings("ignore", category=nb.NumbaPerformanceWarning)


Expand Down

0 comments on commit 4bdd305

Please sign in to comment.