-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from Vivswan/develop
v1.0.7
- Loading branch information
Showing
9 changed files
with
41 additions
and
14 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
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
--extra-index-url https://download.pytorch.org/whl/cu118 | ||
--extra-index-url https://download.pytorch.org/whl/cu121 | ||
torch | ||
torchvision | ||
torchaudio | ||
numpy | ||
numpy>=1.22.2 | ||
scipy | ||
networkx | ||
importlib-metadata; python_version < '3.8' | ||
|
||
# Full | ||
wheel>=0.38.0 | ||
tensorflow>=2.0.0 | ||
tensorboard>=2.0.0 | ||
torchinfo | ||
# conda install graphviz python-graphviz pydot pydotplus python-dotenv | ||
# conda install --channel conda-forge pygraphviz | ||
graphviz | ||
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Development | ||
flit | ||
setuptools>=61.0.0 | ||
setuptools>=65.5.1 | ||
build # building the package {pyproject-build} | ||
twine # to publish on pypi {twine upload --repository-url=https://test.pypi.org/legacy/ dist/*} {twine upload dist/*} | ||
johnnydep # to see dependencies {johnnydep <package>} |
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