Skip to content

Commit

Permalink
FIX: Load version from package, not importlib metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 18, 2024
1 parent dcc1fd7 commit bb92919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@

# Ignore annoying warnings
from sdcflows._warnings import logging
from sdcflows import __version__

__version__ = get_version("sdcflows")
_pre_exec_env = dict(os.environ)

# Reduce numpy's vms by limiting OMP_NUM_THREADS
Expand Down

0 comments on commit bb92919

Please sign in to comment.