Skip to content

Commit

Permalink
v0.2.0 release (#103)
Browse files Browse the repository at this point in the history
* Comment out LD_Library_PATH overwrite

* Increment version number

* Add uff-reader dependency

* ignore further project directories

* increment uff-reader version

---------

Co-authored-by: Walter Simson <waltersimson@stanford.edu>
  • Loading branch information
waltsims and waltsims authored Feb 10, 2023
1 parent 3d2a2b5 commit 4f84a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"matplotlib==3.6.3",
"numpy>=1.22.2,<1.25.0",
"scikit-image==0.19.3",
"UFF.py @ git+https://github.com/waltsims/uff.py@a672319b5cfbe3a676837e47c5958a3fdea12fa7"
"uff-reader==0.0.2",
]

[project.urls]
Expand Down Expand Up @@ -64,6 +64,10 @@ packages = ["kwave", "kwave.utils", "kwave.reconstruction", "kwave.kWaveSimulati
exclude = [
"/.github",
"/docs",
"/examples",
"/tests",
"/kwave/bin/*",
"*.mat",
]

[tools.pytest.ini_options]
Expand Down

0 comments on commit 4f84a5a

Please sign in to comment.