Skip to content

Commit

Permalink
Use deepforest.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde committed Oct 11, 2024
1 parent 96af35c commit d152087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepforest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
__email__ = '[email protected]'

import os
from ._version import __version__
from pytorch_lightning.utilities import disable_possible_user_warnings

_ROOT = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit d152087

Please sign in to comment.