Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Bump version for development 0.4.0 #201

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
setup(
name="ray_lightning",
packages=find_packages(where=".", include="ray_lightning*"),
version="0.3.0",
version="0.4.0",
author="Ray Team",
description="Ray distributed strategies for Pytorch Lightning.",
long_description="Custom Pytorch Lightning distributed strategies "
"built on top of distributed computing framework Ray.",
url="https://github.com/ray-project/ray_lightning_accelerators",
install_requires=["pytorch-lightning==1.6.*", "ray"])
install_requires=["pytorch_lightning>=1.6.4,<=1.7.1", "ray"])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 1.7.0 and 1.7.1 supported in master currently?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.