Skip to content

Commit

Permalink
Merge pull request #80 from ayrna/development
Browse files Browse the repository at this point in the history
Version 2.2
  • Loading branch information
franberchez authored Jul 23, 2024
2 parents 5fe8456 + 728e643 commit 855a2e5
Show file tree
Hide file tree
Showing 27 changed files with 2,119 additions and 2,712 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## ⚙️ Installation

`dlordinal v2.1.1` is the last version supported by Python 3.8, Python 3.9 and Python 3.10.
`dlordinal v2.2.0` is the last version supported by Python 3.8, Python 3.9 and Python 3.10.

The easiest way to install `dlordinal` is via `pip`:

Expand Down
2 changes: 1 addition & 1 deletion build_tools/run_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euxo pipefail
CMD="jupyter nbconvert --to notebook --inplace --execute --ExecutePreprocessor.timeout=600"

excluded=(
"tutorials/datasets_tutorial.ipynb"
"tutorials/adience_tutorial.ipynb"
"tutorials/dlordinal_with_skorch_tutorial.ipynb"
)

Expand Down
Loading

0 comments on commit 855a2e5

Please sign in to comment.