File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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__
4647from .projectfile import ProjectFile # noqa : F401
Original file line number Diff line number Diff 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 ]
4545include = [' LoopProjectFile' ]
Original file line number Diff line number Diff line change 11netCDF4 >= 1.5.4
22numpy
3- pandas
3+ pandas
You can’t perform that action at this time.
0 commit comments