- pyproject.toml +0 -28
pyproject.toml
DELETED
|
@@ -1,28 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "translation_direction_detection"
|
| 3 |
-
version = "0.0.1"
|
| 4 |
-
authors = [
|
| 5 |
-
{ name="Michelle Wastl", email="michelle.wastl@uzh.ch" },
|
| 6 |
-
{ name="Jannis Vamvas", email="vamvas@cl.uzh.ch" },
|
| 7 |
-
{ name="Rico Sennrich", email="sennrich@cl.uzh.ch" },
|
| 8 |
-
]
|
| 9 |
-
description = "Unsupervised translation direction detection using NMT systems"
|
| 10 |
-
readme = "README.md"
|
| 11 |
-
requires-python = ">=3.11"
|
| 12 |
-
dependencies = [
|
| 13 |
-
"transformers<4.34", # https://github.com/ZurichNLP/nmtscore/issues/7
|
| 14 |
-
"nmtscore",
|
| 15 |
-
"scipy",
|
| 16 |
-
]
|
| 17 |
-
classifiers = [
|
| 18 |
-
"Programming Language :: Python :: 3",
|
| 19 |
-
"License :: OSI Approved :: MIT License",
|
| 20 |
-
"Operating System :: OS Independent",
|
| 21 |
-
]
|
| 22 |
-
|
| 23 |
-
[project.urls]
|
| 24 |
-
"Homepage" = "https://github.com/ZurichNLP/translation-direction-detection"
|
| 25 |
-
"Bug Tracker" = "https://github.com/ZurichNLP/translation-direction-detection/issues"
|
| 26 |
-
[build-system]
|
| 27 |
-
requires = ["hatchling"]
|
| 28 |
-
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|