Skip to content

Commit

Permalink
[release] doc changes and dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhimani committed Sep 18, 2022
1 parent 33f5f42 commit f708362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.22.0
torch>=1.11.*, <1.12.0
torchvision==0.12.0
pytorch-lightning==1.6.0
pytorch-lightning>=1.6.*, <1.7.0
tox==3.14.0
setuptools==59.5.0
coverage==4.5.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/vivekkhimani/torchfl",
version="0.1.2",
version="0.1.3",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion torchfl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Vivek Khimani"""
__email__ = "[email protected]"
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit f708362

Please sign in to comment.