Commit bda8cc5
committed
Fix paper-qa dependency installation in CI/CD
- Update pyproject.toml to use paper-qa>=4.9.0 (compatible with Python 3.8-3.11)
- Add conditional paper-qa installation in CI workflow:
- Python 3.11: Install from GitHub (latest) or fallback to 4.9.0
- Python 3.8-3.10: Install paper-qa>=4.9.0,<5.0.0 (stable version)
- Fixes CI failures: paper-qa>=5.0.0 doesn't exist on PyPI yet
This resolves the 'No matching distribution found for paper-qa>=5.0.0' error1 parent d1a6017 commit bda8cc5
2 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
93 | 105 | | |
94 | 106 | | |
95 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments