Skip to content

Commit

Permalink
Merge branch 'release' into 'github_master'
Browse files Browse the repository at this point in the history
February Release Fix

See merge request fastfm/fastfm2!20
  • Loading branch information
ibayer committed Mar 3, 2021
2 parents f3a0037 + 419dcfc commit c198e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastfm2"
version = "0.5.0"
version = "0.5.2"
description = "A Library for Factorization Machines"
authors = ["palaimon.io <oss@mail.palaimon.io>"]
license = "GNU AGPLv3"
Expand All @@ -17,7 +17,7 @@ script = "build.py"
[tool.poetry.dependencies]
python = "^3.6"
scikit-learn = "^0.22.1"
numpy = "1.17"
numpy = "<1.20"
scipy = "^1.3"

[tool.poetry.dev-dependencies]
Expand All @@ -34,8 +34,8 @@ cmake = "^3.12"

[build-system]
requires = ["poetry-core",
"numpy==1.17",
"numpy<1.20",
"wheel",
"Cython"]

build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit c198e7f

Please sign in to comment.