Skip to content

Commit

Permalink
Version & project bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2022
1 parent 60679c6 commit 95a9446
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
readme = "README.md"
license = { file="LICENSE.md" }
requires-python = ">= 3.7"
dependencies = [
"lenskit[doc] @ git+https://github.com/lenskit/lkpy.git#main",
"hpfrec"
"lenskit==0.14.*",
"hpfrec==0.2.*"
]
dynamic = ["description", "version"]

Expand All @@ -41,6 +42,9 @@ dev = [
"coverage >= 5",
"pytest-cov >= 2.12",
]
doc = [
"lenskit[doc]"
]

[tool.flit.module]
name = "lenskit_hpf"
Expand Down

0 comments on commit 95a9446

Please sign in to comment.