-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes for Release 0.2.0 (#100)
- Loading branch information
1 parent
0b6328c
commit 464e4a8
Showing
9 changed files
with
45 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
sphinx | ||
sphinxcontrib-programoutput | ||
sphinx-rtd-theme | ||
# Restrict to pygments <2.13 | ||
pygments <2.13 | ||
pygments>=2.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 2024 Parallel Software and Systems Group, University of Maryland. | ||
# See the top-level LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "axonn" | ||
version = "0.2.0" | ||
authors = [ | ||
{ name="Siddharth Singh", email="[email protected]" }, | ||
{ name="Abhinav Bhatele", email="[email protected]"}, | ||
] | ||
description = "A parallel library for extreme-scale deep learning" | ||
readme = "README.md" | ||
license = { name = "Apache-2.0", file = "LICENSE" } | ||
requires-python = ">=3.8" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"torch" | ||
] | ||
|
||
[tool.setuptools.packages.find] | ||
include = ["axonn"] | ||
exclude = ["axonn/tests", "external/", "**__pycache__"] | ||
|
||
|
||
[project.urls] | ||
Homepage = "https://github.com/axonn-ai/axonn" | ||
Issues = "https://github.com/axonn-ai/axonn/issues" | ||
Docs = "https://axonn.readthedocs.io/en/latest/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.