Skip to content

Commit

Permalink
Update _booster_regressor.py - - use pyximport pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 23, 2024
1 parent beeabab commit 9d84174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlsauce/booster/_booster_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

try:
from . import _boosterc as boosterc
except:
except ImportError:
import pyximport; pyximport.install()
import _boosterc as boosterc

Expand Down

0 comments on commit 9d84174

Please sign in to comment.