diff --git a/model_data/simulation_system/.gitignore b/model_data/simulation_system/.gitignore deleted file mode 100644 index 5ec28995..00000000 --- a/model_data/simulation_system/.gitignore +++ /dev/null @@ -1 +0,0 @@ -local_model/* \ No newline at end of file diff --git a/model_data/simulation_system/.pre-commit-config.yaml b/model_data/simulation_system/.pre-commit-config.yaml deleted file mode 100644 index cbc34112..00000000 --- a/model_data/simulation_system/.pre-commit-config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 - hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 22.10.0 - hooks: - - id: black \ No newline at end of file diff --git a/model_data/simulation_system/__init__.py b/model_data/simulation_system/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/model_data/simulation_system/requirements/area_data.txt b/model_data/simulation_system/requirements/area_data.txt deleted file mode 100644 index 321d52e8..00000000 --- a/model_data/simulation_system/requirements/area_data.txt +++ /dev/null @@ -1,4 +0,0 @@ -boto3==1.28.38 -PyPDF2==3.0.1 -pydantic==1.10.11 -epc-api-python==1.0.2 \ No newline at end of file diff --git a/model_data/simulation_system/requirements/predictions/predictions-dev.txt b/model_data/simulation_system/requirements/predictions/predictions-dev.txt deleted file mode 100644 index a9e65dc2..00000000 --- a/model_data/simulation_system/requirements/predictions/predictions-dev.txt +++ /dev/null @@ -1,6 +0,0 @@ -boto3 -autogluon==0.8.2 -pandas==1.5.3 -seaborn==0.12.2 -matplotlib==3.7.2 -pre-commit==3.3.3 diff --git a/model_data/simulation_system/requirements/predictions/predictions.txt b/model_data/simulation_system/requirements/predictions/predictions.txt deleted file mode 100644 index af2d681e..00000000 --- a/model_data/simulation_system/requirements/predictions/predictions.txt +++ /dev/null @@ -1,5 +0,0 @@ -boto3 -autogluon==0.8.2 -pandas==1.5.3 -seaborn==0.12.2 -matplotlib==3.7.2 diff --git a/model_data/simulation_system/requirements/training/training-dev.txt b/model_data/simulation_system/requirements/training/training-dev.txt deleted file mode 100644 index ea205270..00000000 --- a/model_data/simulation_system/requirements/training/training-dev.txt +++ /dev/null @@ -1,4 +0,0 @@ -autogluon==0.8.2 -pandas==1.5.3 -seaborn==0.12.2 -pre-commit==3.3.3 diff --git a/model_data/simulation_system/requirements/training/training.txt b/model_data/simulation_system/requirements/training/training.txt deleted file mode 100644 index 17e4c8da..00000000 --- a/model_data/simulation_system/requirements/training/training.txt +++ /dev/null @@ -1,3 +0,0 @@ -autogluon==0.8.2 -pandas==1.5.3 -seaborn==0.12.2