Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiippal committed Mar 20, 2023
1 parent ff37ef7 commit d5ae09b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "abulafia"
version = "0.1.9"
version = "0.1.10"
description = "A tool for fair and reproducible crowdsourcing using Toloka"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -17,6 +17,7 @@ dependencies = [
"crowd_kit>=1.0.0",
"pytest",
"PyYAML>=6.0",
"shapely>=2.0.1",
"toloka_kit[pandas]>=1.0.0",
"wasabi>=0.9.0"
]

0 comments on commit d5ae09b

Please sign in to comment.