Skip to content

Commit

Permalink
update pyproject.toml & requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thiippal committed Jul 10, 2023
1 parent 89a4052 commit e4bd7a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions 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.10"
version = "0.2.1"
description = "A tool for fair and reproducible crowdsourcing using Toloka"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -14,10 +14,10 @@ authors = [
{name = "Rosa Suviranta"}
]
dependencies = [
"crowd_kit>=1.0.0",
"crowd_kit>=1.2.1",
"pytest",
"PyYAML>=6.0",
"shapely>=2.0.1",
"PyYAML==6.0",
"shapely==2.0.1",
"toloka_kit[pandas]>=1.0.0",
"wasabi>=0.9.0"
"wasabi==1.1.1"
]
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.11.0
crowd_kit==1.0.0
pandas==1.4.1
pytest==7.1.0
torch==2.0.1
crowd_kit==1.2.1
pandas==2.0.3
pytest==7.4.0
PyYAML==6.0
toloka_kit==0.1.26
wasabi==0.9.0
shapely==2.0.1
toloka_kit==1.4.1
wasabi==1.1.1

0 comments on commit e4bd7a9

Please sign in to comment.