diff --git a/CHANGELOG.md b/CHANGELOG.md index df3a9eed2..9f85344fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## neptune 1.9.1 + +### Fixes +- Fixed conda package ([#1652](https://github.com/neptune-ai/neptune-client/pull/1652)) + + ## neptune 1.9.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 405c9b664..3bcf3d4e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "semver" pattern = "default-unprefixed" [tool.poetry.dependencies] -python = ">=3.7,<=3.12" +python = "^3.7" # Python lack of functionalities from future versions importlib-metadata = { version = "*", python = "<3.8" } @@ -55,9 +55,9 @@ neptune-tensorflow-keras = { version = "*", optional = true } neptune-tensorboard = { version = "*", optional = true } neptune-xgboost = { version = "*", optional = true } transformers = { version = "*", optional = true } -zenml = { version = "*", optional = true, python = ">=3.8,<3.12" } +zenml = { version = "*", optional = true } neptune-aws = { version = "*", optional = true } -neptune-mlflow = { version = "*", optional = true, python = ">=3.8,<3.12" } +neptune-mlflow = { version = "*", optional = true } neptune-airflow = { version = "*", optional = true } [tool.poetry.extras]