Skip to content

Commit

Permalink
Merge pull request #12 from Loop3D/noelle-demo-use
Browse files Browse the repository at this point in the history
[DEMO] LPF update for demo
  • Loading branch information
RoyThomsonMonash authored Apr 11, 2024
2 parents 213b6c6 + 582bd55 commit 541a6d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LoopProjectFile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
ElementToDataframe,
ElementFromDataframe,
) # noqa : F401
from .Version import LoopVersion # noqa : F401
# from .Version import LoopVersion # noqa : F401
from .Version import __version__
from .projectfile import ProjectFile # noqa : F401
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Documentation = 'https://Loop3d.org/LoopProjectFile/'
"Source Code" = 'https://github.com/loop3d/LoopProjectFile'

[tool.setuptools.dynamic]
version = { attr = 'LoopProjectFile.version.__version__' }
version = { attr = 'LoopProjectFile.Version.__version__' }

[tool.setuptools.packages.find]
include = ['LoopProjectFile']
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
netCDF4>=1.5.4
numpy
pandas
pandas

0 comments on commit 541a6d5

Please sign in to comment.