Skip to content

Commit

Permalink
Fix: Cannot install -r requirements/requirements-test.txt (#403)
Browse files Browse the repository at this point in the history
Closes: #402

Could not create the development environment with the instructions because of version clash caused by changes introduced in #389
  • Loading branch information
fohrloop authored Sep 22, 2024
1 parent ebce410 commit 77fc24b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ accessible-pygments==0.0.5
alabaster==0.7.16
Babel==2.15.0
beautifulsoup4==4.12.3
# Need the build in order to get the _version.py
build==1.1.1
certifi==2024.2.2
charset-normalizer==3.3.2
Expand All @@ -15,7 +16,8 @@ MarkupSafe==2.1.5
mdit-py-plugins==0.4.1
mdurl==0.1.2
myst-parser==2.0.0
packaging==24.0
numpydoc==1.7.0
packaging==24.1
pydata-sphinx-theme==0.15.3
Pygments==2.18.0
pyproject_hooks==1.1.0
Expand All @@ -36,8 +38,4 @@ sphinxcontrib-serializinghtml==1.1.10
tabulate==0.9.0
tomli==2.0.1
typing_extensions==4.12.0
urllib3==2.2.1
numpydoc==1.7.0

# Need to build in order to get the _version.py
build==1.1.1
urllib3==2.2.1

0 comments on commit 77fc24b

Please sign in to comment.