Skip to content

Commit

Permalink
Merge pull request #3 from sb-ai-lab/version-update
Browse files Browse the repository at this point in the history
updated replay-rec version to 0.10.0
  • Loading branch information
Blinkop authored Nov 29, 2022
2 parents 4f3315f + 4d3f122 commit 215aeaa
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 35 deletions.
71 changes: 38 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8, <3.10"
sdv = "0.15.0"
replay-rec = "^0.9.0"
replay-rec = "^0.10.0"
torch = "*"
pandas = "*"
pyspark = ">=3.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest>=7.1.3
sdv==0.15.0
replay-rec>=0.9.0
replay-rec>=0.10.0
torch
pandas
pyspark>=3.0.0
Expand Down

0 comments on commit 215aeaa

Please sign in to comment.