We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f420217 commit aa084eeCopy full SHA for aa084ee
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[tool.poetry]
11
name = "tools21cm"
12
-version = "2.2.8"
+version = "2.3.9"
13
description = "A package providing tools to analyse cosmological simulations of reionization"
14
authors = ["Sambit Giri <sambit.giri@gmail.com>"]
15
license = "MIT"
@@ -31,9 +31,8 @@ scikit-image = "^0.18"
31
tqdm = "^4.60"
32
joblib = "^1.0"
33
pandas = "^1.3"
34
+openpyxl = "^3.1"
35
pytest = "^6.2"
-torch = "^2.1.0"
36
-numba = "^0.57.1"
37
38
[tool.poetry.dev-dependencies]
39
pytest = "^6.2" # If you want pytest to be part of development dependencies, but you already have it above too.
0 commit comments