Skip to content

Commit

Permalink
[release] dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhimani committed Sep 18, 2022
1 parent f708362 commit 3feaec7
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.*, <1.7.0
pytorch-lightning==1.5.7
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.3",
version="0.1.4",
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.3"
__version__ = "0.1.4"

0 comments on commit 3feaec7

Please sign in to comment.