Skip to content

Commit

Permalink
Merge pull request #60 from team-boomeraang/kh-v1-dev
Browse files Browse the repository at this point in the history
Update release info
  • Loading branch information
Kevin H authored Dec 10, 2020
2 parents 2a596f4 + 3b030fc commit de6cd98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
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'])

0 comments on commit de6cd98

Please sign in to comment.