Skip to content

Commit 0e4c5a9

Browse files
Update python version:
1 parent 7ae8a43 commit 0e4c5a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ repository = "https://github.com/coding-for-reproducible-research/CfRR_Courses"
77
homepage = "https://coding-for-reproducible-research.github.io/CfRR_Courses/home_page.html"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
11-
numpy = "1.26.4"
12-
pandas = "^latest"
13-
jupyter-book = "^latest"
14-
ghp-import = "^latest"
15-
jupyterquiz = "^latest"
16-
matplotlib = "^latest"
17-
scikit-learn = "^latest"
18-
pyvis = "^latest"
10+
python = "^3.11" # or your desired Python version
11+
numpy = "^1.26.4"
12+
pandas = "*"
13+
jupyter-book = "*"
14+
ghp-import = "*"
15+
jupyterquiz = "*"
16+
matplotlib = "*"
17+
scikit-learn = "*"
18+
pyvis = "*"
1919

2020
[build-system]
2121
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)