-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored and integrated Grey Wolf Optimizer #121
base: master
Are you sure you want to change the base?
Changes from all commits
7a6fd5c
92abc92
aea9508
2dde645
79f25e0
1d6dad4
e52b78f
98d23e3
7cccd3a
20d716b
9e98022
f964aba
b567b53
3c9f431
8d03bc4
3ee74f6
1dca37d
a12cd96
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ install_requires = | |
hydrotools.metrics | ||
hydrotools.nwis_client | ||
pyarrow | ||
pyswarms | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah? I am inclined to remove the root repo There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets open this as a TODO in an issue and cycle back to this. |
||
tables | ||
hypy @ git+https://github.com/noaa-owp/hypy@master#egg=hypy&subdirectory=python | ||
ngen_config @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have to do this here, but we should move deps like
pyswarms
to an[options.extras_require]
. This would let people installngen.cal[particalswarm]
for example. So, just pull in what you need.