Commit 3481d31b authored by Boris Bonev's avatar Boris Bonev
Browse files

Updated Readme.md and setup.py

parent 9de3131b
......@@ -45,6 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="./images/sfno.gif" width="240"></td>
<td><img src="./images/zonal_jet.gif" width="240"></td>
<td><img src="./images/ginzburg-landau.gif" width="240"></td>
<td><img src="./images/allen-cahn.gif" width="240"></td>
......
......@@ -88,6 +88,9 @@ config = {
],
'version': VERSION,
'install_requires': ['torch','numpy'],
'extras_require': {
'sfno': ['tensorly', 'tensorly-torch'],
},
'license': 'Modified BSD',
'scripts': [],
'include_package_data': True,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment