Bump dependency versions, fix some issues that cropped up
- Sphinx now 4.* - Fixed finesse_sphinx to work with Sphinx 4 - Updated sphinxcontrib-bibtex to 2.2.* to remove need for version pinning < 2.* - Most other packages pinned to their latest PyPI versions - Requirements files now don't pin versions for non-production tools (docs, build, etc.)
### NOTE See https://finesse.readthedocs.io/en/latest/developer/codeguide/requirements.html | ||
### NOTE See https://finesse.docs.ligo.org/finesse3/developer/codeguide/requirements.html | ||
numpy >= 1.20.0 #1.19 causes a seg fault, 1.20 is not available on conda so we must specify it here, see #306 | ||
numpy >= 1.20.0 # 1.19 causes a segfault, 1.20 is not available on conda so we must specify it here, see #306 | ||
scipy >= 1.4.0 | ||
matplotlib >= 3.0.0 | ||
networkx >= 2.4 | ||
... | ... |
Please register or sign in to comment