Skip to content

Commit

Permalink
Fixed conda package (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Feb 15, 2024
1 parent 8bbb0f5 commit 1a12d79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 1a12d79

Please sign in to comment.