forked from aiverify-foundation/moonshot-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
75 lines (73 loc) · 1.89 KB
/
Copy pathpyproject.toml
File metadata and controls
75 lines (73 loc) · 1.89 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[project]
name = "moonshot-data"
version = "0.7.6"
authors = [
{ name="The Moonshot Team", email="our.moonshot.team@gmail.com" }
]
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.7.6"
description = "A collection of data(e.g. llm connectors, benchmark tests) that can be used with the Moonshot toolkit."
authors = ["The Moonshot Team <our.moonshot.team@gmail.com>"]
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.13.3"
anthropic = "0.45.2"
spacy = "^3.7.5"
sentence-transformers = "^3.1.1"
pylcs = "^0.1.1"
together = "^1.3.0"
scipy = "^1.14.1"
textattack = {version="^0.3.10", extras = ["tensorflow"]}
homoglyphs = "^2.0.4"
urllib3 = "^2.6.1"
xgboost = "^2.1.1"
onnxruntime = "^1.19.2"
nudenet = "^3.4.2"
torchmetrics = "^1.4.2"
torchvision = "^0.24.1"
datasets = "~=3.2.0"
pydantic = "2.8.2"
ragas = "^0.1.18"
google-generativeai = "^0.8.0"
h2ogpte = "^1.6.27.post1"
keras = "^3.11.3"
langchain = "^0.3.27"
pillow = "^11.3.0"
protobuf = "^5.29.5"
torch = "^2.9.0"
flair = "^0.15.0"
fsspec = "==2024.9.0"
anyio = "==4.8.0"
attrs = "==25.1.0"
filelock = "==3.17.0"
frozenlist = "==1.5.0"
multidict = "==6.1.0"
propcache = "==0.2.1"
pytz = "==2025.1"
python-dotenv = "==1.1.0"
requests = "==2.32.4"
tzdata = "==2025.1"
typing-extensions = "==4.13.2"
yarl = "==1.18.0"
transformers = "==4.57.3"
fonttools = "==4.61.0"
werkzeug = "==3.1.4"