Skip to content

Commit

Permalink
Fix bug by adding package
Browse files Browse the repository at this point in the history
  • Loading branch information
cabouman committed Jul 10, 2024
1 parent 420c3f3 commit 77b778c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
- ruamel.yaml
- psutil
- striprtf
- pip
- pip # Add any additional packages here and in pyproject.toml
- pip:
- -e .
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mbirjax"
version = "0.4.0"
version = "0.4.1"
description = "High-performance tomographic reconstruction"
keywords = ["tomography", "tomographic reconstruction", "computed tomography"]
readme = "README.rst"
Expand All @@ -26,7 +26,8 @@ dependencies = [
"jax",
"jaxlib",
"ruamel.yaml",
"psutil"
"psutil",
"striprtf"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 77b778c

Please sign in to comment.