Skip to content

Commit e9e8586

Browse files
committed
Un-pin dependencies
1 parent 04bb9c0 commit e9e8586

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

requirements-lint.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.
1010
# Website: https://github.com/caltechlibrary/iga
1111

12-
flake8 == 7.0.0
13-
flake8-bugbear == 24.4.26
14-
flake8-builtins == 2.5.0
15-
flake8-comprehensions == 3.14.0
16-
flake8-executable == 2.1.3
17-
flake8_implicit_str_concat == 0.4.0
18-
flake8-pie == 0.16.0
19-
flake8_simplify == 0.21.0
12+
flake8 >= 7.0.0
13+
flake8-bugbear >= 24.4.26
14+
flake8-builtins >= 2.5.0
15+
flake8-comprehensions >= 3.14.0
16+
flake8-executable >= 2.1.3
17+
flake8_implicit_str_concat >= 0.4.0
18+
flake8-pie >= 0.16.0
19+
flake8_simplify >= 0.21.0

requirements.txt

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@
44
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.
55
# Website: https://github.com/caltechlibrary/iga
66

7-
aenum == 3.1.15
8-
arrow == 1.3.0
9-
boltons == 21.0.0
10-
caltechdata-api == 1.6.1
11-
commonpy == 1.13.0
12-
dirtyjson == 1.0.8
13-
ginza == 5.2.0
14-
ja_ginza_electra == 5.2.0
15-
httpx == 0.23.1
16-
humanize == 4.9.0
17-
idutils == 1.2.1
18-
iptools == 0.7.0
19-
isbnlib == 3.10.14
20-
jamo == 0.4.1
21-
json5 == 0.9.25
22-
latexcodec == 3.0.0
23-
lingua-language-detector == 2.0.2
24-
lxml == 5.2.2
25-
Markdown == 3.6
26-
markdown-checklist == 0.4.4
27-
mdx-breakless-lists == 1.0.1
28-
mdx_linkify == 2.1
29-
nameparser == 1.1.3
30-
probablepeople == 0.5.5
31-
pybtex == 0.24.0
32-
pybtex-apa7-style == 0.1.3
33-
pymdown-extensions == 10.8.1
34-
PyYAML == 6.0.1
35-
regex == 2022.3.2
36-
rich-click == 1.8.2
37-
sidetrack == 2.0.1
38-
spacy == 3.7.4
39-
spacy-alignments == 0.9.1
40-
spacy-curated-transformers == 0.2.2
41-
spacy-legacy == 3.0.12
42-
spacy-loggers == 1.0.5
43-
spacy-pkuseg == 0.0.33
44-
spacy-transformers == 1.1.9
45-
StringDist == 1.0.9
46-
url-normalize == 1.4.3
47-
validators == 0.28.1
7+
aenum >= 3.1.15
8+
arrow >= 1.3.0
9+
boltons >= 21.0.0
10+
caltechdata-api >= 1.6.1
11+
commonpy >= 1.13.0
12+
dirtyjson >= 1.0.8
13+
ginza >= 5.2.0
14+
ja_ginza_electra >= 5.2.0
15+
httpx >= 0.23.1
16+
humanize >= 4.9.0
17+
idutils >= 1.2.1
18+
iptools >= 0.7.0
19+
isbnlib >= 3.10.14
20+
jamo >= 0.4.1
21+
json5 >= 0.9.25
22+
latexcodec >= 3.0.0
23+
lingua-language-detector >= 2.0.2
24+
lxml >= 5.2.2
25+
Markdown >= 3.6
26+
markdown-checklist >= 0.4.4
27+
mdx-breakless-lists >= 1.0.1
28+
mdx_linkify >= 2.1
29+
nameparser >= 1.1.3
30+
probablepeople >= 0.5.5
31+
pybtex >= 0.24.0
32+
pybtex-apa7-style >= 0.1.3
33+
pymdown-extensions >= 10.8.1
34+
PyYAML >= 6.0.1
35+
regex >= 2022.3.2
36+
rich-click >= 1.8.2
37+
sidetrack >= 2.0.1
38+
spacy >= 3.7.4
39+
spacy-alignments >= 0.9.1
40+
spacy-curated-transformers >= 0.2.2
41+
spacy-legacy >= 3.0.12
42+
spacy-loggers >= 1.0.5
43+
spacy-pkuseg >= 0.0.33
44+
spacy-transformers >= 1.1.9
45+
StringDist >= 1.0.9
46+
url-normalize >= 1.4.3
47+
validators >= 0.28.1

0 commit comments

Comments
 (0)