Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Be flexible about rich (#5719)
Browse files Browse the repository at this point in the history
* Be flexible about rich

* Upgrade pip before installing stuff

* Revert "Be flexible about rich"

This reverts commit ccb55a7.

* Rich 12.1 was yanked

* Newer dev requirements

* Maybe we don't need to specify rich after all?
  • Loading branch information
dirkgr authored Oct 12, 2022
1 parent d5f8e0c commit 928df39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ install :
# python setup.py install_egg_info
# Install torch ecosystem first.
$(TORCH_INSTALL)
pip install --upgrade pip
pip install pip-tools
pip-compile requirements.txt dev-requirements.txt -o final_requirements.txt --allow-unsafe --rebuild --verbose
pip install -e . -r final_requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ruamel.yaml>=0.17.17

# Generating markdown files from Python modules.
pydoc-markdown<4.4.0
databind.core<=1.5.0
databind-json<=1.5.0
databind.core<=1.5.3
databind-json<=1.5.3
docspec<1.2.0,>1.0.1
docspec-python<1.2.0,>1.0.1

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ sacremoses
# Spacy depends on typer, and typer had a bug. This is how we make sure we get the fixed version of typer.
typer>=0.4.1

# Narrowing constraints
rich==12.1

# Indirect dependency of cached-path
# pyasn1<0.5.0,>=0.4.8
# pyasn1-modules>=0.2.8
Expand Down

0 comments on commit 928df39

Please sign in to comment.