-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
115 lines (76 loc) · 2.91 KB
/
Copy pathsetup.py
File metadata and controls
115 lines (76 loc) · 2.91 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
from setuptools import find_packages, setup
"""
Setup module for metasearch.
This module provides functionality for the metasearch project.
"""
setup(
name="metasearch-llamasearch",
version="0.1.0rc53",
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=[
"numpy>=1.20.0",
"pandas>=1.3.0",
"scikit-learn>=1.0.0",
"matplotlib>=3.5.0",
"tqdm>=4.60.0",
"pyyaml>=6.0.0",
],
author="Nik Jois" "Nik Jois" "Nik Jois" "Nik Jois" "Nik Jois",
author_email="nikjois@llamasearch.ai"
"nikjois@llamasearch.ai"
"nikjois@llamasearch.ai"
"nikjois@llamasearch.ai"
"nikjois@llamasearch.ai",
description="Llama MetaSearch (`llama-metasearch-pkg`)",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://llamasearch.ai",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.8",
)
# Updated in commit 5 - 2025-04-04 17:24:28
# Updated in commit 13 - 2025-04-04 17:24:30
# Updated in commit 21 - 2025-04-04 17:24:31
# Updated in commit 29 - 2025-04-04 17:24:33
# Updated in commit 5 - 2025-04-05 14:31:31
# Updated in commit 13 - 2025-04-05 14:31:31
# Updated in commit 21 - 2025-04-05 14:31:31
# Updated in commit 29 - 2025-04-05 14:31:31
# Updated in commit 5 - 2025-04-05 15:17:58
# Updated in commit 13 - 2025-04-05 15:17:58
# Updated in commit 21 - 2025-04-05 15:17:59
# Updated in commit 29 - 2025-04-05 15:17:59
# Updated in commit 5 - 2025-04-05 15:48:46
# Updated in commit 13 - 2025-04-05 15:48:46
# Updated in commit 21 - 2025-04-05 15:48:46
# Updated in commit 29 - 2025-04-05 15:48:46
# Updated in commit 5 - 2025-04-05 16:54:10
# Updated in commit 13 - 2025-04-05 16:54:10
# Updated in commit 21 - 2025-04-05 16:54:10
# Updated in commit 29 - 2025-04-05 16:54:11
# Updated in commit 5 - 2025-04-05 17:25:48
# Updated in commit 13 - 2025-04-05 17:25:49
# Updated in commit 21 - 2025-04-05 17:25:49
# Updated in commit 29 - 2025-04-05 17:25:49
# Updated in commit 5 - 2025-04-05 18:12:55
# Updated in commit 13 - 2025-04-05 18:12:56
# Updated in commit 21 - 2025-04-05 18:12:56
# Updated in commit 29 - 2025-04-05 18:12:56
# Updated in commit 5 - 2025-04-05 18:37:01
# Updated in commit 13 - 2025-04-05 18:37:01
# Updated in commit 21 - 2025-04-05 18:37:01
# Updated in commit 29 - 2025-04-05 18:37:02
# Updated in commit 5 - 2025-04-05 19:08:57
# Updated in commit 13 - 2025-04-05 19:08:57
# Updated in commit 21 - 2025-04-05 19:08:57
# Updated in commit 29 - 2025-04-05 19:08:58