Skip to content

Commit

Permalink
Fix - Updated setup.py with added dependencies for the web_server
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Jan 28, 2024
1 parent 96fcb0b commit e1d5446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wheel
numpy<=1.26.0
pandas<=2.0.3
scipy<=1.11.3
pandas<=2.0.3
pvlib>=0.10.2
protobuf>=3.0.0
pytz>=2021.1
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,19 @@
'numpy<=1.26',
'scipy<=1.11.3',
'pandas<=2.0.3',
'pvlib>=0.10.1',
'pvlib>=0.10.2',
'protobuf>=3.0.0',
'pytz>=2021.1',
'requests>=2.25.1',
'beautifulsoup4>=4.9.3',
'h5py==3.10.0',
'pulp>=2.4',
'pyyaml>=5.4.1',
'tables<=3.9.1',
'skforecast==0.11.0',
'flask>=2.0.3',
'waitress>=2.1.1',
'plotly>=5.6.0'
], # Optional
entry_points={ # Optional
'console_scripts': [
Expand Down

0 comments on commit e1d5446

Please sign in to comment.