Skip to content

Commit 541a6d5

Browse files
Merge pull request #12 from Loop3D/noelle-demo-use
[DEMO] LPF update for demo
2 parents 213b6c6 + 582bd55 commit 541a6d5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

LoopProjectFile/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
ElementToDataframe,
4343
ElementFromDataframe,
4444
) # noqa : F401
45-
from .Version import LoopVersion # noqa : F401
45+
# from .Version import LoopVersion # noqa : F401
46+
from .Version import __version__
4647
from .projectfile import ProjectFile # noqa : F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Documentation = 'https://Loop3d.org/LoopProjectFile/'
3939
"Source Code" = 'https://github.com/loop3d/LoopProjectFile'
4040

4141
[tool.setuptools.dynamic]
42-
version = { attr = 'LoopProjectFile.version.__version__' }
42+
version = { attr = 'LoopProjectFile.Version.__version__' }
4343

4444
[tool.setuptools.packages.find]
4545
include = ['LoopProjectFile']

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
netCDF4>=1.5.4
22
numpy
3-
pandas
3+
pandas

0 commit comments

Comments
 (0)