We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea507b2 commit 9c74d42Copy full SHA for 9c74d42
workload/pyproject.toml
@@ -0,0 +1,20 @@
1
+[project]
2
+name = "workload"
3
+version = "0.1.0"
4
+description = "Add your description here"
5
+readme = "README.md"
6
+requires-python = ">=3.13"
7
+dependencies = [
8
+ "ipykernel>=6.29",
9
+ "ipywidgets>=8.1",
10
+ "jupyterlab>=4.0",
11
+ "locust>=2.20",
12
+ "mistune>=3.0",
13
+ "numpy>=2.0",
14
+ "pandas>=2.0",
15
+ "plotly>=5.20",
16
+ "pygments>=2.17",
17
+ "pysocks>=1.7",
18
+ "setuptools>=70",
19
+ "xhtml2pdf>=0.2.11",
20
+]
0 commit comments