summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b94d957..859c39e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,17 +1,18 @@
[project]
name = "transivent"
-version = "0.1.0"
+version = "2.0.0"
description = "High-level analysis and plotting for transient events."
license = { file = "LICENSE" }
authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }]
requires-python = ">=3.8"
dependencies = [
+ "joblib",
"loguru",
"matplotlib",
"numba",
"Pillow",
"scipy",
- "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit",
+ "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit@main",
]
[build-system]