Replies: 1 comment 1 reply
-
Similar flow for Pandas I guess 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using python 3.11 on my machine and I have the following constraints in
pyproject.toml
:pdm install
finally picks numpy 1.21.1 zip file and compiles the source. SoAnother similar example:
pdm install
pickspandas.1.1.5.tar.gz
and compiles the source. Why doesn't it choose pandas 1.2.0 which also supports python 3.7 ~ 3.9.Beta Was this translation helpful? Give feedback.
All reactions