Skip to content

Commit 4b28126

Browse files
committed
specifying python 3.11.*
1 parent ce8d792 commit 4b28126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["mixture density layer", "neural network", "machine learning"]
1111
classifiers = ['Topic :: Scientific/Engineering :: Artificial Intelligence']
1212

1313
[tool.poetry.dependencies]
14-
python = "~3.11"
14+
python = "3.11.*"
1515
numpy = "^1.26.4"
1616
tensorflow-probability = "0.23.0"
1717
tensorflow-macos = {markers="sys_platform == 'darwin' and platform_machine == 'arm64'", version = "2.15.0"}

0 commit comments

Comments
 (0)