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 7ae8a43 commit 0e4c5a9Copy full SHA for 0e4c5a9
pyproject.toml
@@ -7,15 +7,15 @@ repository = "https://github.com/coding-for-reproducible-research/CfRR_Courses"
7
homepage = "https://coding-for-reproducible-research.github.io/CfRR_Courses/home_page.html"
8
9
[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"
+python = "^3.11" # or your desired Python version
+numpy = "^1.26.4"
+pandas = "*"
+jupyter-book = "*"
+ghp-import = "*"
+jupyterquiz = "*"
+matplotlib = "*"
+scikit-learn = "*"
+pyvis = "*"
19
20
[build-system]
21
requires = ["poetry-core>=1.0.0"]
0 commit comments