Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Followup dependabot PR for cleaning up and testing constraints #37

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,6 @@ Alternative build without Makefile:
```bash
sphinx-build -b html <sourcedir> <builddir>
```
PDF output:
RolandASc marked this conversation as resolved.
Show resolved Hide resolved
```bash
make latexpdf
```

### Usage

Expand Down
7 changes: 4 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
flake8
hypothesis
jupyter
keyring<23.10.0 # otherwise importlib-metadata dependency bites with flake8. this is a dependency of twine.
keyring
mypy
pip-tools
pytest
pytest-cov
Sphinx<4.4 # otherwise importlib-metadata dependency bites with flake8
Sphinx
tox
twine
virtualenv<20.16.3 # otherwise importlib-metadata dependency bites with flake8. this is a dependency of tox.
virtualenv
Loading