From 4b2812617c6a557aa5cf3ba83eb5ee91effe1937 Mon Sep 17 00:00:00 2001 From: Charles Martin Date: Tue, 23 Jul 2024 16:19:52 +1000 Subject: [PATCH] specifying python 3.11.* --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d02cd8a..99924c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3621,5 +3621,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "~3.11" -content-hash = "a2dfb4cf4e7e0655bda6597d373ea5c8e71fb058e9cf731050de838918f525a3" +python-versions = "3.11.*" +content-hash = "fa7f66d9a31ef164749e058c41df5eb2fb78eb857b33583806a334af58cf10d1" diff --git a/pyproject.toml b/pyproject.toml index 7621a30..7249a76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["mixture density layer", "neural network", "machine learning"] classifiers = ['Topic :: Scientific/Engineering :: Artificial Intelligence'] [tool.poetry.dependencies] -python = "~3.11" +python = "3.11.*" numpy = "^1.26.4" tensorflow-probability = "0.23.0" tensorflow-macos = {markers="sys_platform == 'darwin' and platform_machine == 'arm64'", version = "2.15.0"}