Skip to content
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

python312Packages.stable-baselines3: 2.4.0 -> 2.4.1-unstable-2025-01-07 #373253

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

GaetanLepage
Copy link
Contributor

@GaetanLepage GaetanLepage commented Jan 12, 2025

Things done

Changelog: https://github.com/DLR-RM/stable-baselines3/releases/tag/v2.4.1

cc @DerDennisOP

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 373253


x86_64-linux

✅ 2 packages built:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist

aarch64-linux

✅ 2 packages built:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist

x86_64-darwin

⏩ 4 packages marked as broken and skipped:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist

aarch64-darwin

⏩ 4 packages marked as broken and skipped:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist

Copy link
Member

@NickCao NickCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

numpy 2 is supported on master: DLR-RM/stable-baselines3@daaebd0, maybe bump to an unstable version?

@GaetanLepage GaetanLepage changed the title python312Packages.stable-baselines3: 2.4.0 -> 2.4.1 python312Packages.stable-baselines3: 2.4.0 -> 2.4.1-unstable-2025-01-07 Jan 12, 2025
@GaetanLepage
Copy link
Contributor Author

numpy 2 is supported on master: DLR-RM/stable-baselines3@daaebd0, maybe bump to an unstable version?

Yes good idea. Done

@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 373253


x86_64-linux

✅ 2 packages built:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist

aarch64-linux

✅ 2 packages built:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist

x86_64-darwin

⏩ 4 packages marked as broken and skipped:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist

aarch64-darwin

⏩ 4 packages marked as broken and skipped:
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist

@@ -22,14 +22,16 @@
}:
buildPythonPackage rec {
pname = "stable-baselines3";
version = "2.4.0";
# TODO: To this date, the latest release is not compatible with numpy 2
version = "2.4.1-unstable-2025-01-07";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why then don't stay on 2.4.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's the point. 2.4.1 doesn't ship numpy 2 compatibility.
I rephrased the comment. It's clearer now hopefully.

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Jan 14, 2025
@GaetanLepage GaetanLepage merged commit d48707a into NixOS:master Jan 14, 2025
25 of 28 checks passed
@GaetanLepage GaetanLepage deleted the stable-baselines3 branch January 14, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants