diff --git a/.gitignore b/.gitignore index e8bbda9..4ef7014 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ src/pyjedai.egg-info/* docs/_build/* docs/code/_autosummary/* data/ccer/D2/gt_kaggle.csv +*.pyc diff --git a/docs/img/AllWorkflows.PNG b/docs/img/AllWorkflows.PNG new file mode 100644 index 0000000..197d67b Binary files /dev/null and b/docs/img/AllWorkflows.PNG differ diff --git a/pyproject.toml b/pyproject.toml index b33012a..c91a593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,9 @@ dependencies = [ "py-stringmatching >= 0.4", "valentine>=0.1; python_version > '3.7'", "ordered-set >= 4.0", - "plotly >= 5.16.0" + "plotly >= 5.16.0", + "shapely >= 2.0", + 'scann ; platform_system != "Windows"' ] [project.optional-dependencies] diff --git a/src/pyjedai/_version.py b/src/pyjedai/_version.py index ae73625..bbab024 100644 --- a/src/pyjedai/_version.py +++ b/src/pyjedai/_version.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"