Skip to content

Commit 7557aba

Browse files
authoredApr 19, 2021
Set catalogue lower pin to v2.0.3 (#487)
* Set catalogue lower pin to v2.0.2 * Require catalogue v2.0.3
1 parent c2715bb commit 7557aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ preshed>=3.0.2,<3.1.0
55
blis>=0.4.0,<0.8.0
66
srsly>=2.4.0,<3.0.0
77
wasabi>=0.8.1,<1.1.0
8-
catalogue>=2.0.1,<2.1.0
8+
catalogue>=2.0.3,<2.1.0
99
ml_datasets>=0.2.0,<0.3.0
1010
# Third-party dependencies
1111
pydantic>=1.7.1,<1.8.0

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
preshed>=3.0.2,<3.1.0
4444
wasabi>=0.8.1,<1.1.0
4545
srsly>=2.4.0,<3.0.0
46-
catalogue>=2.0.1,<2.1.0
46+
catalogue>=2.0.3,<2.1.0
4747
# Third-party dependencies
4848
setuptools
4949
numpy>=1.15.0

0 commit comments

Comments
 (0)