diff --git a/requirements_dev.txt b/requirements_dev.txt index 32de4a4..96cd3da 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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 diff --git a/setup.py b/setup.py index 283f103..1778476 100644 --- a/setup.py +++ b/setup.py @@ -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, ) diff --git a/torchfl/__init__.py b/torchfl/__init__.py index 128a550..9e8ef06 100644 --- a/torchfl/__init__.py +++ b/torchfl/__init__.py @@ -3,4 +3,4 @@ __author__ = """Vivek Khimani""" __email__ = "vivekkhimani07@gmail.com" -__version__ = "0.1.3" +__version__ = "0.1.4"