From ba7f2ef6afbb13559dbc58723ff613064bbe19e6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:04:44 -0500 Subject: [PATCH] Add release note about pyscf on Windows (#114) (#115) * Add release note about pyscf on Windows 0b4558de79f5 drops the pyscf requirement on Windows because it fails to install there. I pushed that to main hastily and accidentally, when I intended to make a pull request. This follows that up with a release note, which we should also backport to the stable/0.8 branch. * Update release note with reminder that win32 remains unsupported (cherry picked from commit 5cbb3ed86ec8c8022760b7731554b5583b2829c2) Co-authored-by: Jim Garrison --- releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml diff --git a/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml new file mode 100644 index 0000000..72639d0 --- /dev/null +++ b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + pyscf is no longer considered a dependency on Windows, where it fails to + install. However, Windows remains an unsupported platform.