This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new cbe28cb  README How to develop section now also works on Apple M1 
(#940)
cbe28cb is described below

commit cbe28cb4bb53c26940f5c020981592141030a324
Author: David Rauschenbach <[email protected]>
AuthorDate: Tue Nov 5 08:35:45 2024 -0800

    README How to develop section now also works on Apple M1 (#940)
---
 README.md                                                            | 2 ++
 conda/environments/{datafusion-dev.yaml => datafusion-cuda-dev.yaml} | 0
 conda/environments/datafusion-dev.yaml                               | 3 ---
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b1d5397..83b307e 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,8 @@ conda env create -f 
./conda/environments/datafusion-dev.yaml -n datafusion-dev
 conda activate datafusion-dev
 ```
 
+Or alternatively, if you are on an OS that supports CUDA Toolkit, you can use 
`-f ./conda/environments/datafusion-cuda-dev.yaml`.
+
 Bootstrap (Pip):
 
 ```bash
diff --git a/conda/environments/datafusion-dev.yaml 
b/conda/environments/datafusion-cuda-dev.yaml
similarity index 100%
copy from conda/environments/datafusion-dev.yaml
copy to conda/environments/datafusion-cuda-dev.yaml
diff --git a/conda/environments/datafusion-dev.yaml 
b/conda/environments/datafusion-dev.yaml
index 1f6f239..b4b503d 100644
--- a/conda/environments/datafusion-dev.yaml
+++ b/conda/environments/datafusion-dev.yaml
@@ -38,7 +38,4 @@ dependencies:
   - pydata-sphinx-theme==0.8.0
   - myst-parser
   - jinja2
-  # GPU packages
-  - cudf
-  - cudatoolkit=11.8
 name: datafusion-dev


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to