Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/hotfixes' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Sep 22, 2023
2 parents a4fbc0c + 0689061 commit 67105a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if __name__ == "__main__":
```

## Installation
pm4py can be installed on Python 3.8.x / 3.9.x / 3.10.x / 3.11.x by invoking:
pm4py can be installed on Python 3.8.x / 3.9.x / 3.10.x / 3.11.x / 3.12.x by invoking:
*pip install -U pm4py*

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion examples/ocel_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def execute_script():
if importlib.util.find_spec("tqdm"):
if importlib.util.find_spec("jsonschema"):
# validate a JSONOCEL file against the corresponding schema
validation_result = jsonocel.apply(os.path.join("..", "tests", "input_data", "ocel", "example_log.jsonocel"), os.path.join("..", "tests", "input_data", "ocel", "validation", "schema.json"))
print(validation_result)
Expand Down

0 comments on commit 67105a9

Please sign in to comment.