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

Commit 928df39

Browse files
authored
Be flexible about rich (#5719)
* 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?
1 parent d5f8e0c commit 928df39

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ install :
113113
# python setup.py install_egg_info
114114
# Install torch ecosystem first.
115115
$(TORCH_INSTALL)
116+
pip install --upgrade pip
116117
pip install pip-tools
117118
pip-compile requirements.txt dev-requirements.txt -o final_requirements.txt --allow-unsafe --rebuild --verbose
118119
pip install -e . -r final_requirements.txt

dev-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ruamel.yaml>=0.17.17
3535

3636
# Generating markdown files from Python modules.
3737
pydoc-markdown<4.4.0
38-
databind.core<=1.5.0
39-
databind-json<=1.5.0
38+
databind.core<=1.5.3
39+
databind-json<=1.5.3
4040
docspec<1.2.0,>1.0.1
4141
docspec-python<1.2.0,>1.0.1
4242

requirements.txt

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ sacremoses
3434
# Spacy depends on typer, and typer had a bug. This is how we make sure we get the fixed version of typer.
3535
typer>=0.4.1
3636

37-
# Narrowing constraints
38-
rich==12.1
39-
4037
# Indirect dependency of cached-path
4138
# pyasn1<0.5.0,>=0.4.8
4239
# pyasn1-modules>=0.2.8

0 commit comments

Comments
 (0)