forked from aiverify-foundation/moonshot-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
53 lines (51 loc) · 1.38 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[project]
name = "moonshot-data"
version = "0.4.9"
authors = [
{ name="The Moonshot Team", email="[email protected]" }
]
description = "A collection of data(e.g. llm connectors, benchmark tests) that can be used with the Moonshot toolkit."
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License"
]
[tool.poetry]
name = "moonshot-data"
version = "0.4.9"
description = "A collection of data(e.g. llm connectors, benchmark tests) that can be used with the Moonshot toolkit."
authors = ["The Moonshot Team <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
openai = "1.51.0"
bert-score = "0.3.13"
nltk = "3.9.1"
py-readability-metrics = "1.4.5"
rouge = "1.0.1"
rouge-score = "0.1.2"
aiometer = "0.5.0"
aiohttp = "3.10.8"
anthropic = "0.34.2"
spacy = "3.7.5"
sentence-transformers = "3.1.1"
pylcs = "0.1.1"
together = "1.3.0"
scipy = "1.14.1"
textattack = "0.3.10"
tensorflow-hub = "0.16.1"
homoglyphs = "2.0.4"
tensorflow = "2.17.0"
urllib3 = "2.2.3"
xgboost = "2.1.1"
onnxruntime = "1.19.2"
nudenet = "3.4.2"
torchmetrics = "1.4.2"
torchvision = "0.19.1"
datasets = "2.21.0"
pydantic = "2.8.2"
google-generativeai = "0.8.0"