Skip to content

Commit

Permalink
Add setuptools as dependency for python >= 3.12 (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderWWW authored Apr 5, 2024
1 parent 59e433e commit 9d49681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## neptune 1.10.2

### Fixes
- Added `setuptools` to dependencies for `python >= 3.12` ([#1723](https://github.com/neptune-ai/neptune-client/pull/1723))
- Fixed `PTL` integration requirement check ([#1719](https://github.com/neptune-ai/neptune-client/pull/1719))


Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ future = ">=0.17.1"
# Utility
packaging = "*"
click = ">=7.0"
setuptools = { version= "*", python = ">=3.12" }

# Networking
bravado = "^11.0.0"
Expand Down

0 comments on commit 9d49681

Please sign in to comment.