Skip to content

Commit

Permalink
Change Github org; update requirements.txt (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotx-eva authored May 16, 2024
1 parent 5369c4f commit e87fd5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ keywords = ["machine-learning", "ai", "deep-learning", "artificial-intelligence"
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/MaximIntegratedAI"
Documentation = "https://github.com/MaximIntegratedAI/ai8x-synthesis/blob/develop/README.md"
Repository = "https://github.com/MaximIntegratedAI/ai8x-synthesis.git"
Issues = "https://github.com/MaximIntegratedAI/ai8x-synthesis/issues"
Homepage = "https://github.com/analogdevicesinc/MaximAI_Documentation"
Documentation = "https://github.com/analogdevicesinc/ai8x-synthesis/blob/develop/README.md"
Repository = "https://github.com/analogdevicesinc/ai8x-synthesis.git"
Issues = "https://github.com/analogdevicesinc/ai8x-synthesis/issues"

[project.scripts]
izer = "izer.izer:main"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip>=24.0
GitPython==3.1.43
PyGithub==2.3.0
PyYAML==6.0.1
matplotlib==3.8.4
matplotlib==3.9.0
numpy==1.26.4
onnx==1.16.0
pytest==8.2.0
Expand Down

0 comments on commit e87fd5c

Please sign in to comment.