poshul commented on issue #49822:
URL: https://github.com/apache/arrow/issues/49822#issuecomment-4287774405

   > > As is any project that doesn't specify a version and isn't one of the 
two uploaded wheels fails:
   > 
   > [@poshul](https://github.com/poshul) how did you get that error? I can 
only reproduce this if I explicitly ask for the new version (like `pip install 
pyarrow==24.0.0`), but without specifying a version, I still get the older 
version automatically (on linux, so for which there are no wheels)
   
   Sorry, took me a sec to find it, as it's pretty deep in our CMake tooling:
   
   we call `${UV_EXECUTABLE} sync --only-group dev`
   where `dev` is defined in our pyproject.toml file as:
   ```
   ...
   test = [
       "pytest",
       "pytest-cov",
       "pandas",  # tests need pandas for DataFrame functionality
       "pyarrow",  # tests need pyarrow for Arrow/Parquet export tests
   ]
   dev = [
       {include-group = "build"},
       {include-group = "test"},
       "matplotlib>=3.5",
   ]
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to