Spaces:
Sleeping
Sleeping
Kye Gomez
commited on
Commit
·
c4d3e0c
1
Parent(s):
69f6ed5
readme
Browse files- pyproject.toml +7 -9
pyproject.toml
CHANGED
@@ -3,15 +3,15 @@ requires = ["poetry-core>=1.0.0"]
|
|
3 |
build-backend = "poetry.core.masonry.api"
|
4 |
|
5 |
[tool.poetry]
|
6 |
-
name = "
|
7 |
version = "0.0.1"
|
8 |
-
description = "
|
9 |
license = "MIT"
|
10 |
authors = ["Kye Gomez <[email protected]>"]
|
11 |
-
homepage = "https://github.com/
|
12 |
-
documentation = "https://github.com/
|
13 |
readme = "README.md" # Assuming you have a README.md
|
14 |
-
repository = "https://github.com/
|
15 |
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
|
16 |
classifiers = [
|
17 |
"Development Status :: 4 - Beta",
|
@@ -24,10 +24,8 @@ classifiers = [
|
|
24 |
[tool.poetry.dependencies]
|
25 |
python = "^3.10"
|
26 |
swarms = "*"
|
27 |
-
|
28 |
-
|
29 |
-
[tool.poetry.dev-dependencies]
|
30 |
-
# Add development dependencies here
|
31 |
|
32 |
|
33 |
[tool.poetry.group.lint.dependencies]
|
|
|
3 |
build-backend = "poetry.core.masonry.api"
|
4 |
|
5 |
[tool.poetry]
|
6 |
+
name = "mai-dx"
|
7 |
version = "0.0.1"
|
8 |
+
description = "MAI-DxO - Pytorch"
|
9 |
license = "MIT"
|
10 |
authors = ["Kye Gomez <[email protected]>"]
|
11 |
+
homepage = "https://github.com/The-Swarm-Corporation/Open-MAI-Dx-Orchestrator"
|
12 |
+
documentation = "https://github.com/The-Swarm-Corporation/Open-MAI-Dx-Orchestrator" # Add this if you have documentation.
|
13 |
readme = "README.md" # Assuming you have a README.md
|
14 |
+
repository = "https://github.com/The-Swarm-Corporation/Open-MAI-Dx-Orchestrator"
|
15 |
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
|
16 |
classifiers = [
|
17 |
"Development Status :: 4 - Beta",
|
|
|
24 |
[tool.poetry.dependencies]
|
25 |
python = "^3.10"
|
26 |
swarms = "*"
|
27 |
+
loguru = "*"
|
28 |
+
pydantic = "*"
|
|
|
|
|
29 |
|
30 |
|
31 |
[tool.poetry.group.lint.dependencies]
|