-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (44 loc) · 1.12 KB
/
pyproject.toml
File metadata and controls
46 lines (44 loc) · 1.12 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
[project]
name = "autocode-py"
version = "0.0.1.post10"
authors = [
{name = "muazhari", email = "kharisma.azhari02@gmail.com"}
]
description = "autocode: Auto Code Improvement by Metrics Optimization."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Intended Audience :: Developers",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
]
dependencies = [
"pymoo @ git+https://github.com/anyoptimization/pymoo@main",
"numba",
"pydantic_settings",
"fastapi",
"pandas",
"dependency-injector",
"ray[default]",
"matplotlib",
"sqlmodel",
"dill",
"streamlit",
"numpy",
"python-on-whales",
"uvicorn",
"langchain",
"langchain-openai",
"langchain-google-genai",
"langgraph",
"notebook>=7.4.7",
]
[project.urls]
Homepage = "https://github.com/muazhari/autocode"
[tool.setuptools]
packages = ["autocode"]