Skip to content

Commit

Permalink
Relax restriction on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Oct 7, 2024
1 parent b4137f5 commit 2ea65ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "daft_launcher"
version = "0.3.3"
requires-python = ">=3.12"
version = "0.3.4"
requires-python = ">=3"
dependencies = ["boto3>=1.35.17", "click>=8.1.7", "ray[default]>=2.36.0"]
description = "A simple launcher for spinning up and managing Ray clusters for Daft."
readme = "README.md"
Expand Down

0 comments on commit 2ea65ea

Please sign in to comment.