diff --git a/GDL.py b/GDL.py index 92c3829e..47845278 100644 --- a/GDL.py +++ b/GDL.py @@ -8,7 +8,7 @@ from utils.utils import print_config, get_git_hash -@hydra.main(config_path="config", config_name="gdl_config_template") +@hydra.main(config_path="config", config_name="gdl_config_template", version_base=None) def run_gdl(cfg: DictConfig) -> None: """ Function general for Geo Deep-Learning using Hydra library to rules all the diff --git a/environment.yml b/environment.yml index f1945ddd..a8e5ed9a 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - pytest>=7.1 - python>=3.10 - pytorch==1.12 - - mkl==2024.0 + - mkl<=2024.0 - rich>=11.1 - ruamel_yaml>=0.15 - scikit-image>=0.18