Skip to content

Commit a00d1a7

Browse files
committed
fix: dependencies
1 parent d84c8d2 commit a00d1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "probabilistic-word-embeddings"
3-
version = "2.0.0rc1"
3+
version = "2.0.0rc2"
44
description = "Probabilistic Word Embeddings for Python"
55
authors = ["Your Name <[email protected]>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ documentation = "https://ninpnin.github.io/probabilistic-word-embeddings/"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.7"
12-
tensorflow = "^2.16.1"
12+
tensorflow = "~=2.16"
1313
tensorflow-probability = "*"
1414
tf-keras = "*"
1515
progressbar2 = "*"

0 commit comments

Comments
 (0)