Skip to content

Commit 23ddd13

Browse files
committed
bump project version
1 parent 5083a7e commit 23ddd13

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

pixi.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "prism_pruner"
33
description = "Prism Pruner"
44
license = "MIT"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
readme = "README.md"
77
keywords = []
88
authors = [{name = "Nicolò Tampellini", email = "nicolo.tampellini@yale.edu"}]
@@ -40,6 +40,7 @@ jupyter = "*"
4040

4141
[tool.pixi.dependencies]
4242
line_profiler = ">=5.0.0"
43+
tqdm = ">=4.67.1,<5"
4344

4445
[tool.ruff]
4546
line-length = 100

0 commit comments

Comments
 (0)