Skip to content

Commit

Permalink
Added poetry install with correct include
Browse files Browse the repository at this point in the history
  • Loading branch information
TitovSergey committed Feb 23, 2024
1 parent e09974f commit 8a88762
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[tool.poetry]
name = "mxeval"
version = "1.0.0"
description = ""
authors = ["AWS AI Labs"]
license = "Apache License 2.0"
readme = "README.md"
include = [
{ path = "data", format = ["sdist", "wheel"] }
]

[tool.poetry.dependencies]
python = "^3.11"
tqdm = "^4.66.2"
fire = "^0.5.0"
numpy = "^1.26.4"




[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 8a88762

Please sign in to comment.