Kye Gomez commited on
Commit
c4d3e0c
·
1 Parent(s): 69f6ed5
Files changed (1) hide show
  1. 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 = "paper"
7
  version = "0.0.1"
8
- description = "Paper - Pytorch"
9
  license = "MIT"
10
  authors = ["Kye Gomez <[email protected]>"]
11
- homepage = "https://github.com/kyegomez/paper"
12
- documentation = "https://github.com/kyegomez/paper" # Add this if you have documentation.
13
  readme = "README.md" # Assuming you have a README.md
14
- repository = "https://github.com/kyegomez/paper"
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
- zetascale = "*"
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]