Skip to content

Commit 4ac205e

Browse files
committed
Update dependencies
1 parent 069b3b5 commit 4ac205e

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

requirements/default.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
boto3>=1.17
2-
networkx>=2.5
3-
numpy>=1.20
4-
pyformlang>=0.1
5-
rdflib>=5.0
6-
requests>=2.25
7-
tqdm>=4.60
1+
boto3==1.18.31
2+
networkx==2.6.2
3+
pyformlang==0.1.26
4+
rdflib==6.0.0
5+
tqdm==4.62.2

requirements/developer.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
black>=20.8b1
2-
pre-commit>=2.12.0
1+
black==21.8b0
2+
pre-commit==2.14.1
3+
pytest==6.2.4

requirements/docs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
nb2plots>=0.6
2-
numpydoc>=1.1
3-
pydata_sphinx_theme>=0.6
4-
sphinx>=3.5
5-
sphinx-copybutton>=0.3
1+
nb2plots==0.6
2+
numpydoc==1.1.0
3+
pydata_sphinx_theme==0.6.3
4+
sphinx==4.1.2
5+
sphinx-copybutton==0.4.0

0 commit comments

Comments
 (0)