Skip to content

Commit

Permalink
Continue fixing dependencies, works now after pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Oct 24, 2022
1 parent cc36bcc commit 7b4741e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion energyplus_pet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NICE_NAME = "EnergyPlus P.E.T."
VERSION = "0.35"
VERSION = "0.40"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
version=VERSION,
packages=['energyplus_pet', 'energyplus_pet.forms', 'energyplus_pet.equipment'],
description="Parameter Estimation Tools for Generating EnergyPlus Inputs from Raw Performance Data",
package_data={"energyplus_pet.forms": ["*.png"]},
long_description=readme_contents,
long_description_content_type='text/markdown',
author='Edwin Lee',
author_email='a@a.a',
url='https://github.com/Myoldmopar/EnergyPlusPet',
license='UnlicensedForNow',
install_requires=['pyperclip', 'tksheet', 'matplotlib', 'numpy'],
install_requires=['pyperclip', 'tksheet', 'matplotlib', 'numpy', 'scipy'],
entry_points={
'console_scripts': ['energyplus_pet_gui=energyplus_pet.runner:main_gui']
}
Expand Down

0 comments on commit 7b4741e

Please sign in to comment.