Skip to content

Commit

Permalink
bump v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Apr 26, 2024
1 parent 0551fa5 commit 78dbf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlsauce/adaopt/_adaopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

try:
from . import _adaoptc as adaoptc
except ImportError:
except ModuleNotFoundError:
try:
cythonize_file("./_adaoptc.pyx")
import _adaoptc
Expand Down

0 comments on commit 78dbf8f

Please sign in to comment.