Skip to content

Commit 6c2ce07

Browse files
committed
build: version bump
1 parent 2e1c312 commit 6c2ce07

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@ classifiers = [
4848
"Topic :: Education",
4949
]
5050
dependencies = [
51-
'typing-extensions>=4.4.0',
51+
'typing-extensions>=4.7.1',
5252
'trueskill>=0.4.5',
53+
'mpmath>=1.3.0',
54+
'circlify>=0.15.0',
55+
56+
# Bump these versions if we remove support for Python 3.7
5357
'scikit-learn>=1.0.2',
54-
'mpmath>=1.2.1',
5558
'matplotlib>=3.5.3',
56-
'circlify>=0.15.0',
59+
5760

5861
# We lock these dependencies because our usage
5962
# might be broken by their updates. We want to

0 commit comments

Comments
 (0)