Skip to content

Commit f526bbc

Browse files
authored
Remove requirements add poetry to README (#43)
1 parent f2d6c1c commit f526bbc

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ They are tested on Python 3.8, 3.9, 3.10 over OpenBLAS LP64. Intel MKL is broken
1010

1111
## Install
1212

13-
python -m venv venv
14-
source venv/bin/activate
15-
pip install -r requirements.txt
13+
poetry install
1614

1715
## Usage
1816

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "mangaki-zero"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Mangaki's recommandation algorithms"
55
authors = ["Jill-Jênn Vie <[email protected]>"]
6-
license = "GPL-3.0"
6+
license = "MIT"
77
readme = "README.md"
8-
homepage = "http://research.mangaki.fr"
8+
homepage = "https://research.mangaki.fr"
99
documentation = "https://github.com/mangaki/zero"
1010
keywords = ["machine learning", "recommandation", "mangaki", "recommender systems", "algorithms"]
1111

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)