-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 764 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "clawmath"
version = "0.1.0"
description = "An environment to conduct mathematics research using clawpack and other tools"
authors = ["GraemeWiltrout <graeme.wiltrout@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
numpy = "^2.3.4"
polars = "^1.34.0"
clawpack = "^5.13.1"
matplotlib = "^3.10.7"
plotly = "^6.3.1"
pandas = "^2.3.3"
scipy = "^1.16.3"
scikit-learn = "^1.7.2"
sympy = "^1.14.0"
numba = "^0.62.1"
jupyterlab = "^4.4.10"
statsmodels = "^0.14.5"
pyarrow = "^22.0.0"
tqdm = "^4.67.1"
seaborn = "^0.13.2"
networkx = "^3.5"
pint = "^0.25"
pytest = "^8.4.2"
hypothesis = "^6.142.4"
pydantic = "^2.12.3"
bokeh = "^3.8.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"