-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from team-boomeraang/kh-v1-dev
Update release info
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
from setuptools import setup, find_packages | ||
|
||
setup(name="boomdiff", | ||
version='1.1', | ||
version='1.0', | ||
author="Minhaun Li, Oksana Makarova, Timothy Williamson, Kevin Hare", | ||
description="Optimizes user-specified objective functions of many variables using gradient-based optimization; relies on autodifferentiation for fast computation of gradients.", | ||
url="https://github.com/team-boomeraang/cs107-FinalProject", | ||
packages=find_packages(), | ||
install_requires=['numpy', | ||
'matplotlib']) | ||
'matplotlib', | ||
'sklearn']) |