Skip to content

Commit

Permalink
feat: release v 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimdahal committed Jan 11, 2023
1 parent 556cc98 commit 004b3b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "hatchling.build"

[project]
name = "torchy"
version = "0.0.3"
version = "0.0.5"
description = "A pytorch wrapper that makes .fit() (and others) possible in nn.Module!"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.6"
license = {file = "LICENSE.txt"}
keywords = ["Torch", "PyTorch", "Deep Learning", "Tensorflow"]
authors = [
Expand All @@ -19,14 +19,15 @@ authors = [
# ]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

dependencies = [
"torch>=1.12.1",
"tqdm"
]
repository = "https://github.com/ashimdahal/easy-torch.git"

Expand Down

0 comments on commit 004b3b2

Please sign in to comment.