-
-
Couldn't load subscription status.
- Fork 17.1k
python313Packages.paddlepaddle: 3.0.0 -> 3.2.0 #456329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
| disabled = pythonAtLeast "3.13"; | ||
| pyproject = true; | ||
|
|
||
| src = fetchPypi { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fetching from version control is preferred
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No tags are available in this GitHub repository
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open an upstream issue.
Also, meta.homepage should point to the repository rather than PyPI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue in baidubce/bce-sdk-python#13
2d72cf2 to
b8028a5
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should run tests.
| maintainers = with lib.maintainers; [ happysalada ]; | ||
| platforms = [ | ||
| "x86_64-linux" | ||
| "x86_64-darwin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
| astor, | ||
| opt-einsum, | ||
| typing-extensions, | ||
| pip, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pip, |
Any use of pip should probably be patched out.
| hash | ||
| platform | ||
| ; | ||
| pname = builtins.replaceStrings [ "-" ] [ "_" ] pname; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pname = builtins.replaceStrings [ "-" ] [ "_" ] pname; | |
| pname = "paddlepaddle"; |
| ]; | ||
|
|
||
| pythonImportsCheck = [ "paddle" ]; | ||
| pythonImportsCheck = lib.optionals stdenv.hostPlatform.isLinux [ "paddle" ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pythonImportsCheck = lib.optionals stdenv.hostPlatform.isLinux [ "paddle" ]; | |
| pythonImportsCheck = [ "paddle" ]; |
https://github.com/PaddlePaddle/Paddle/releases/tag/v3.2.0
PaddlePaddle/Paddle@v3.0.0...v3.2.0
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.