Skip to content

Commit

Permalink
[DOCS] the project currently uses ray which is not compatible with py…
Browse files Browse the repository at this point in the history
…thon 3.12 (#2354)

I was setting up daft dev environment on my local and was following
along the contribution guidelines. my default python env is currently at
`3.12` and noticed that the `make .venv` keeps failing due to dependency
on `ray[data]==2.10.0`. the failure happens because the current
`ray-data` is only compatible till `python3.11`.
  • Loading branch information
prabodh1194 authored Jun 10, 2024
1 parent 22ef02b commit dd20c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When proposing features, please include:

To set up your development environment:

1. Ensure that your system has a suitable Python version installed (>=3.7)
1. Ensure that your system has a suitable Python version installed (>=3.7, <=3.11)
2. [Install the Rust compilation toolchain](https://www.rust-lang.org/tools/install)
3. Clone the Daft repo: `git clone [email protected]:Eventual-Inc/Daft.git`
4. Run `make .venv` from your new cloned Daft repository to create a new virtual environment with all of Daft's development dependencies installed
Expand Down

0 comments on commit dd20c12

Please sign in to comment.