Skip to content

fix: Remove pyscf from dependencies#315

Open
yurekami wants to merge 1 commit into
mit-han-lab:mainfrom
yurekami:fix/issue-286-remove-pyscf
Open

fix: Remove pyscf from dependencies#315
yurekami wants to merge 1 commit into
mit-han-lab:mainfrom
yurekami:fix/issue-286-remove-pyscf

Conversation

@yurekami

Copy link
Copy Markdown

Summary

Fixes #286

This PR removes pyscf from the dependencies as it:

  1. Is not used anywhere in the torchquantum codebase
  2. Causes installation failures on Windows due to CMake/build issues

Changes

  • Removed pyscf>=2.0.1 from requirements.txt
  • Removed pyscf from requirement_update.txt

Related Issues

🤖 Generated with Claude Code

Fixes mit-han-lab#286

pyscf is not used anywhere in the torchquantum codebase but was causing
installation failures on Windows due to build issues. This removes the
unnecessary dependency.

The pyscf library was originally included but is not imported or used
by any torchquantum module.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

!pip install torchquantum

1 participant