Skip to content

Commit

Permalink
Update __init__.py - - use pyximport
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 23, 2024
1 parent d3277ab commit f58086e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mlsauce/adaopt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
try:
from ._adaopt import AdaOpt
except ImportError:
pass
import pyximport
pyximport.install()
from ._adaopt import AdaOpt


__all__ = ["AdaOpt"]

0 comments on commit f58086e

Please sign in to comment.