Skip to content

Commit

Permalink
Prepared for release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed Dec 9, 2023
1 parent 9cfda1b commit c238129
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ src/pyjedai.egg-info/*
docs/_build/*
docs/code/_autosummary/*
data/ccer/D2/gt_kaggle.csv
*.pyc
Binary file added docs/img/AllWorkflows.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/pyjedai/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit c238129

Please sign in to comment.