andygrove opened a new issue, #9277:
URL: https://github.com/apache/arrow-datafusion/issues/9277
### Describe the bug
It is not possible to publish `datafusion-physical-expr` to crates.io
because it has a dependency on `datafusion` (datafusion-core), and
datafusion-core depends on `datafusion-physical-expr`.
```
Caused by:
failed to select a version for the requirement `datafusion = "^36.0.0"`
candidate versions found which didn't match: 35.0.0, 34.0.0, 33.0.0, ...
location searched: crates.io index
required by package `datafusion-physical-expr v36.0.0
(/home/andy/git/apache/arrow-datafusion/target/package/datafusion-physical-expr-36.0.0)`
```
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
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]