Skip to content

Commit

Permalink
removes pinned pygments dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Oct 15, 2021
1 parent 6fff422 commit 20561f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions doc/environment.yml
Expand Up @@ -15,12 +15,6 @@ dependencies:
- scikit-learn
- seaborn
- psycopg2
# for some reason, read the docs command to install the package fails due to
# a version mismatch (it uses the setup.py file directly instead of pip),
# adding this to fix it - we are now using the readthedocs.yaml for config
# (as opposed to the website) which lets us install using pip-
# this might no longer be necessary
- Pygments==2.5.2
- mistune<2

# for converting notebooks
Expand Down
1 change: 0 additions & 1 deletion doc/requirements.txt
Expand Up @@ -3,7 +3,6 @@ joblib
scikit-learn
seaborn
psycopg2
Pygments==2.5.2
mistune<2
# for converting notebooks
nbsphinx
Expand Down

0 comments on commit 20561f0

Please sign in to comment.