Skip to content

Commit ea8d9e1

Browse files
Update pyproject.toml packages version
1 parent 9ddd060 commit ea8d9e1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9,<3.13"
3838
dependencies = [
39-
"matplotlib>=3.6.0,<3.9",
40-
"numpy>=1.24.0,<1.27",
39+
"matplotlib>=3.8.2,<3.9",
40+
"numpy>=1.26.3,<1.27",
4141
"requests>=2.31.0,<2.32",
42-
"scipy>=1.10.0,<1.12",
43-
"tqdm>=4.65,<5",
42+
"scipy>=1.11.4,<1.12",
43+
"tqdm>=4.66.1,<5.0",
4444
]
4545

4646
[project.optional-dependencies]
4747
docs = [
48-
"sphinx>=5.3.0,<7.3",
49-
"sphinx-book-theme>=1.0.0,<1.2",
50-
"sphinxcontrib-bibtex>=2.5.0,<2.7",
51-
"myst-parser>=0.18.0,<2.1",
52-
"myst-nb>=0.17.0,<1.1",
48+
"sphinx>=7.2.6,<7.3",
49+
"sphinx-book-theme>=1.1.0,<1.2",
50+
"sphinxcontrib-bibtex>=2.6.2,<2.7",
51+
"myst-parser>=2.0.0,<2.1",
52+
"myst-nb>=1.0.0,<1.1",
5353
]
5454
notebooks = [
55-
"scikit-learn>=1.2.0,<1.4",
56-
"torch>=1.13.0,<2.2",
57-
"torchvision>=0.14.0,<0.17",
58-
"ipywidgets>=8.0.0,<8.2",
55+
"scikit-learn>=1.3.2,<1.4",
56+
"torch>=2.1.2,<2.2",
57+
"torchvision>=0.16.2,<0.17",
58+
"ipywidgets>=8.1.1,<8.2",
5959
]
6060

6161
[project.urls]
@@ -67,8 +67,8 @@ download = "https://pypi.org/project/frouros/"
6767
[build-system]
6868
requires = [
6969
"setuptools>=61.0,<69.0",
70-
"wheel>=0.37.1,<0.43",
70+
"wheel>=0.42.0,<0.43",
7171
"toml>=0.10.2,<0.11",
72-
"build>=0.7.0,<1.1",
72+
"build>=1.0.3,<1.1",
7373
]
7474
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)