Skip to content

Commit

Permalink
Updated changelog, removed graphviz installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Mar 26, 2024
1 parent 273f5ed commit 7c3b10f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ runs:
shell: bash
env:
MPLLOCALFREETYPE: "1"
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
ubuntu-skip-apt-update: true
macos-skip-brew-update: true
# - name: Setup Graphviz
# uses: ts-graphviz/setup-graphviz@v1
# with:
# ubuntu-skip-apt-update: true
# macos-skip-brew-update: true

- name: Run tests
working-directory: ${{ inputs.working_directory }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## neptune-sklearn 2.1.3

### Changes
- Constrained matplotlib to `<3.3` on Python `>=3.12` ([#28](https://github.com/neptune-ai/neptune-sklearn/pull/28))
- Replaced `print()` with `warnings.warn()` to better capture `stderr` ([#28](https://github.com/neptune-ai/neptune-sklearn/pull/28))

## neptune-sklearn 2.1.2

### Changes
Expand Down

0 comments on commit 7c3b10f

Please sign in to comment.