Skip to content

Commit

Permalink
Setup.py v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnam19 committed Oct 17, 2017
1 parent 3c01cb4 commit 0a820b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ setup.cfg
setup.py
networks/__init__.py
networks/network.py
networks/layers/__init__.py
networks/layers/layer.py
networks/layers/descent/__init__.py
networks/layers/descent/descent.py
networks/layers/util/__init__.py
networks/layers/util/activations.py
networks/layers/util/convolution.py
networks/layers/util/layer.py
networks/layers/util/loss.py
networks/layers/util/normalization.py
networks/layers/util/util.py
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@
keywords = ['machine-learning', 'deep-learning','neural-networks','linear regression',
'logistic regression'],
classifiers = [],
install_requires=[
'jsonpickle',
'numpy',
'scipy',
'matplotlib'
]
)

0 comments on commit 0a820b1

Please sign in to comment.