Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderWWW committed Mar 25, 2024
1 parent 9161af7 commit 18cc2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [UNRELEASED] neptune 1.10.1
## neptune 1.10.1

### Fixes
- Fixed requirement checking for integrations ([#1711](https://github.com/neptune-ai/neptune-client/pull/1711))
Expand Down
2 changes: 1 addition & 1 deletion src/neptune/integrations/tensorflow_keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#
from neptune.internal.utils.requirement_check import require_installed

require_installed("neptune_tensorflow-keras", suggestion="tensorflow-keras")
require_installed("neptune_tensorflow_keras", suggestion="tensorflow-keras")

from neptune_tensorflow_keras.impl import * # noqa: F401,F403,E402

0 comments on commit 18cc2a2

Please sign in to comment.