Skip to content

Remove unused pandas from devex-funding-search setup - #2

Open
ritikabhasker wants to merge 1 commit into
mainfrom
fix/devex-funding-deps
Open

Remove unused pandas from devex-funding-search setup#2
ritikabhasker wants to merge 1 commit into
mainfrom
fix/devex-funding-deps

Conversation

@ritikabhasker

Copy link
Copy Markdown
Contributor

Summary

  • The devex-funding.py script uses only the stdlib csv module; pandas is never imported.
  • Removed pandas from the pip install line in SKILL.md so the setup instructions match what the script actually needs.

Test plan

  • pip install playwright && playwright install chromium (no pandas) is sufficient to run the script
  • python devex-funding.py --help runs without import errors

The script uses only the stdlib csv module; pandas was never imported,
so the install instruction was misleading.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.

1 participant