-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
138 lines (136 loc) · 3.52 KB
/
pyproject.toml
File metadata and controls
138 lines (136 loc) · 3.52 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["openreview_parser"]
[project]
name = "openreview_parser"
version = "0.1.0"
dependencies = ["adapters==1.1.0",
"aiohappyeyeballs==2.4.6",
"aiohttp==3.11.12",
"aiosignal==1.3.2",
"annotated-types==0.7.0",
"anyio==4.8.0",
"attrs==25.1.0",
"backoff==2.2.1",
"beautifulsoup4==4.13.3",
"black==25.1.0",
"certifi==2025.1.31",
"cffi==1.17.1",
"cfgv==3.4.0",
"chardet==3.0.4",
"charset-normalizer==3.4.1",
"click==8.1.8",
"cryptography==44.0.1",
"Deprecated==1.2.18",
"distlib==0.3.9",
"distro==1.9.0",
"doc2json @ git+https://github.com/allenai/s2orc-doc2json.git@71c022ed4bed3ffc71d22c2ac5cdbc133ad04e3c",
"filelock==3.17.0",
"frozenlist==1.5.0",
"fsspec==2025.2.0",
"future==1.0.0",
"fuzzywuzzy==0.18.0",
"gdown==5.2.0",
"greenlet==3.1.1",
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.28.1",
"huggingface-hub==0.28.1",
"identify==2.6.6",
"idna==2.8",
"Jinja2==3.1.5",
"jiter==0.8.2",
"joblib==1.4.2",
"jsonpatch==1.33",
"jsonpointer==3.0.0",
"langchain==0.3.18",
"langchain-core==0.3.34",
"langchain-openai==0.3.4",
"langchain-text-splitters==0.3.6",
"langsmith==0.3.8",
"lightning-utilities==0.12.0",
"lxml==5.3.0",
"MarkupSafe==3.0.2",
"mpmath==1.3.0",
"multidict==6.1.0",
"mypy==1.14.1",
"mypy-extensions==1.0.0",
"networkx==3.4.2",
"nltk==3.9.1",
"nodeenv==1.9.1",
"numpy==1.26.4",
"nvidia-cublas-cu12==12.4.5.8",
"nvidia-cuda-cupti-cu12==12.4.127",
"nvidia-cuda-nvrtc-cu12==12.4.127",
"nvidia-cuda-runtime-cu12==12.4.127",
"nvidia-cudnn-cu12==9.1.0.70",
"nvidia-cufft-cu12==11.2.1.3",
"nvidia-curand-cu12==10.3.5.147",
"nvidia-cusolver-cu12==11.6.1.9",
"nvidia-cusparse-cu12==12.3.1.170",
"nvidia-cusparselt-cu12==0.6.2",
"nvidia-nccl-cu12==2.21.5",
"nvidia-nvjitlink-cu12==12.4.127",
"nvidia-nvtx-cu12==12.4.127",
"openai==1.61.1",
"openreview-py==1.46.3",
"orjson==3.10.15",
"packaging==24.2",
"pandas==2.2.3",
"pathspec==0.12.1",
"platformdirs==4.3.6",
"pre_commit==4.1.0",
"propcache==0.2.1",
"pycparser==2.22",
"pycryptodome==3.21.0",
"pydantic==2.10.6",
"pydantic_core==2.27.2",
"PyJWT==2.10.1",
"pylatexenc==2.10",
"PySocks==1.7.1",
"python-dateutil==2.9.0.post0",
"pytorch-lightning==2.5.0.post0",
"pytz==2025.1",
"PyYAML==6.0.2",
"regex==2024.11.6",
"requests==2.32.3",
"requests-toolbelt==1.0.0",
"safetensors==0.5.2",
"six==1.17.0",
"sniffio==1.3.1",
"soupsieve==2.6",
"SQLAlchemy==2.0.38",
"sympy==1.13.1",
"tenacity==9.0.0",
"tiktoken==0.8.0",
"tld==0.13",
"tokenizers==0.21.0",
"torch==2.6.0",
"torchmetrics==1.6.1",
"tqdm==4.67.1",
"transformers==4.47.1",
"triton==3.2.0",
"types-cffi==1.16.0.20241221",
"types-pyOpenSSL==24.1.0.20240722",
"types-PyYAML==6.0.12.20241230",
"types-redis==4.6.0.20241004",
"types-requests==2.32.0.20241016",
"types-setuptools==75.8.0.20250210",
"types-tabulate==0.9.0.20241207",
"types-tqdm==4.67.0.20241221",
"typing_extensions==4.12.2",
"tzdata==2025.1",
"urllib3==2.3.0",
"virtualenv==20.29.1",
"wget==3.2",
"wrapt==1.17.2",
"yarl==1.18.3",
"zstandard==0.23.0"
]
requires-python = ">=3.11"
[project.optional-dependencies]
dev = [
"black"
]