Skip to content

Instantly share code, notes, and snippets.

@Darel13712
Created December 8, 2021 16:42
Show Gist options
  • Save Darel13712/83c1aaafc9815fe323dbb938a4263757 to your computer and use it in GitHub Desktop.
Save Darel13712/83c1aaafc9815fe323dbb938a4263757 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "replay-rec"
version = "0.7.0"
description = "RecSys Library"
authors = [""]
[tool.poetry.dependencies]
python = ">=3.6.2, <3.10"
lightautoml = "==0.3.2"
numpy = [
{version = ">=1.20.0", python = ">=3.7"},
{version = "*", python = "<3.7"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment