Skip to content

Removes requirements.txt to eliminate redundant dependency definition…#65

Merged
HopeBestWorld merged 2 commits intomainfrom
refactor-ci
Dec 25, 2025
Merged

Removes requirements.txt to eliminate redundant dependency definition…#65
HopeBestWorld merged 2 commits intomainfrom
refactor-ci

Conversation

@HopeBestWorld
Copy link
Collaborator

…s. Updates the CI workflow to install dependencies using pip install -e .[dev], ensuring the CI environment matches the configuration in pyproject.toml.

…s. Updates the CI workflow to install dependencies using pip install -e .[dev], ensuring the CI environment matches the configuration in pyproject.toml.
@codecov
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.87387%. Comparing base (ba0e0cb) to head (200c196).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##                main         #65   +/-   ##
=============================================
  Coverage   98.87387%   98.87387%           
=============================================
  Files             11          11           
  Lines           1332        1332           
=============================================
  Hits            1317        1317           
  Misses            15          15           
Flag Coverage Δ
unit 98.87387% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Updates build configurations, documentation, and CI/CD workflows to rely on pyproject.toml extras instead of the deprecated requirements.txt.
- MANIFEST.in: Stop including requirements.txt.
- deploy-docs.yml: Install dependencies via pip install .[dev].
- README.md: Update developer installation instructions.
- installation.rst: Update troubleshooting steps.
@HopeBestWorld HopeBestWorld merged commit 2c0954b into main Dec 25, 2025
11 checks passed
@HopeBestWorld HopeBestWorld deleted the refactor-ci branch December 25, 2025 05:14
Y-Bimali pushed a commit that referenced this pull request Jan 9, 2026
Removes requirements.txt to eliminate redundant dependency definition…
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.

1 participant