Skip to content

Commit

Permalink
yoo
Browse files Browse the repository at this point in the history
  • Loading branch information
yreddy31 committed Mar 6, 2021
1 parent 028528b commit 15603d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author = Yeshwanth Reddy
author_email = [email protected]
copyright = sizhky
branch = master
version = 0.400
version = 0.402
min_python = 3.6
audience = Developers
language = English
Expand All @@ -25,7 +25,7 @@ license = apache2
status = 2

# Optional. Same format as setuptools requirements
# requirements =
requirements = fastcore matplotlib Pillow altair dill ipython loguru numpy pandas tqdm
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools dependency-links
Expand Down
2 changes: 1 addition & 1 deletion torch_snippets.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: torch-snippets
Version: 0.400
Version: 0.402
Summary: One line functions for common tasks
Home-page: https://github.com/sizhky/torch_snippets/tree/master/
Author: Yeshwanth Reddy
Expand Down
1 change: 1 addition & 0 deletions torch_snippets.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ torch_snippets.egg-info/SOURCES.txt
torch_snippets.egg-info/dependency_links.txt
torch_snippets.egg-info/entry_points.txt
torch_snippets.egg-info/not-zip-safe
torch_snippets.egg-info/requires.txt
torch_snippets.egg-info/top_level.txt
10 changes: 10 additions & 0 deletions torch_snippets.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
fastcore
matplotlib
Pillow
altair
dill
ipython
loguru
numpy
pandas
tqdm

0 comments on commit 15603d6

Please sign in to comment.