File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1515- Fixes - for any bug fixes
1616- Documentation - for changes to the package that are purely for purposes of documentation
1717
18- ## Current version
18+ ## Version 0.3.1
1919
2020### Bug fixes
2121
Original file line number Diff line number Diff line change 11pygfunction >= 2.1
2- numpy >= 1.19.2
3- scipy >= 1.6.2
4- matplotlib >= 3.3.4
5- coolprop >= 6.4.1
62pandas >= 1.3.2
73openpyxl >= 3.0.8
84opencv-python == 4.5.4.58
Original file line number Diff line number Diff line change 77
88setup (name = 'ghedt' ,
99 install_requires = ['pygfunction>=2.1' ,
10- 'matplotlib>=3.3.4' ,
11- 'numpy>=1.19.2' ,
12- 'Pillow>=8.1.0' ,
13- 'scipy>=1.6.2' ,
1410 'pandas>=1.3.2' ,
15- 'natsort>=7.1.1' ,
1611 'openpyxl>=3.0.8' ,
17- 'coolprop>=6.4.1' ,
1812 'opencv-python==4.5.4.58' ],
1913 url = 'https://github.com/j-c-cook/ghedt' ,
20- download_url = 'https://github.com/j-c-cook/ghedt/archive/v0.2 .tar.gz' ,
14+ download_url = 'https://github.com/j-c-cook/ghedt/archive/v0.3.1 .tar.gz' ,
2115 long_description = long_description ,
2216 long_description_content_type = 'text/markdown' ,
23- version = '0.3' ,
17+ version = '0.3.1 ' ,
2418 packages = find_packages (),
2519 include_package_data = True ,
2620 author = 'Jack C. Cook' ,
27- author_email = 'jack. cook@okstate.edu ' ,
21+ author_email = 'jack-c- cook@protonmail.com ' ,
2822 description = 'A ground heat exchanger design tool with the advanced and '
2923 'unmatched capability of automatic borehole field selection '
3024 'based on drilling geometric land constraints.' )
You can’t perform that action at this time.
0 commit comments