Created
December 8, 2021 16:42
-
-
Save Darel13712/83c1aaafc9815fe323dbb938a4263757 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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