We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1c312 commit 6c2ce07Copy full SHA for 6c2ce07
pyproject.toml
@@ -48,12 +48,15 @@ classifiers = [
48
"Topic :: Education",
49
]
50
dependencies = [
51
- 'typing-extensions>=4.4.0',
+ 'typing-extensions>=4.7.1',
52
'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
57
'scikit-learn>=1.0.2',
- 'mpmath>=1.2.1',
58
'matplotlib>=3.5.3',
- 'circlify>=0.15.0',
59
60
61
# We lock these dependencies because our usage
62
# might be broken by their updates. We want to
0 commit comments