Skip to content

Commit

Permalink
betti1 and chi estimator will use numba as default
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Dec 30, 2024
1 parent e1d3b2f commit 4ce4dc1
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 160 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "tools21cm"
version = "2.2.7"
version = "2.2.8"
description = "A package providing tools to analyse cosmological simulations of reionization"
authors = ["Sambit Giri <sambit.giri@gmail.com>"]
license = "MIT"
Expand All @@ -32,6 +32,8 @@ tqdm = "^4.60"
joblib = "^1.0"
pandas = "^1.3"
pytest = "^6.2"
torch = "^2.1.0"
numba = "^0.57.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2" # If you want pytest to be part of development dependencies, but you already have it above too.
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ tqdm
joblib
pandas
pytest
torch==2.1.0
numba
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='tools21cm',
version='2.2.7',
version='2.2.8',
author='Sambit Giri',
author_email='sambit.giri@gmail.com',
packages=find_packages(where="src"),
Expand Down
Loading

0 comments on commit 4ce4dc1

Please sign in to comment.