MilesCranmer commited on
Commit
b958ebf
1 Parent(s): f2a280c

test: add stubs to dev deps

Browse files
Files changed (1) hide show
  1. pyproject.toml +5 -0
pyproject.toml CHANGED
@@ -36,4 +36,9 @@ dev-dependencies = [
36
  "ipython>=8.23.0",
37
  "ipykernel>=6.29.4",
38
  "mypy>=1.10.0",
 
 
 
 
 
39
  ]
 
36
  "ipython>=8.23.0",
37
  "ipykernel>=6.29.4",
38
  "mypy>=1.10.0",
39
+ "jax[cpu]>=0.4.26",
40
+ "torch>=2.3.0",
41
+ "pandas-stubs>=2.2.1.240316",
42
+ "types-pytz>=2024.1.0.20240417",
43
+ "types-openpyxl>=3.1.0.20240428",
44
  ]