[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Mar 30 11:38:38 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/8e6421f86725/
Changeset:   8e6421f86725
Branch:      yt
User:        xarthisius
Date:        2016-03-25 19:36:13+00:00
Summary:     Add matplotlib to install_requires. Nosetests issue was fixed in nose_runner.py by direct plugin import
Affected #:  1 file

diff -r a776e67368c5629296b1e365dfca0b68b41ef1d5 -r 8e6421f867258ba220234c6f339eab02ac1cfcc8 setup.py
--- a/setup.py
+++ b/setup.py
@@ -385,7 +385,7 @@
         'cython>=0.22',
     ],
     install_requires=[
-        # 'matplotlib',  # messes up nosetests will be fixed in future PRs
+        'matplotlib',
         'setuptools>=18.0',
         'sympy',
         'numpy',


https://bitbucket.org/yt_analysis/yt/commits/ac130eab0103/
Changeset:   ac130eab0103
Branch:      yt
User:        ngoldbaum
Date:        2016-03-30 18:38:24+00:00
Summary:     Merged in xarthisius/yt (pull request #2082)

Add matplotlib to install_requires. Closes #1195
Affected #:  1 file

diff -r 53d2048d1cce8017fdf9bc13d2a2705c66aa0b0c -r ac130eab01032636d00b9de431b8e5f1b4b788d6 setup.py
--- a/setup.py
+++ b/setup.py
@@ -385,7 +385,7 @@
         'cython>=0.22',
     ],
     install_requires=[
-        # 'matplotlib',  # messes up nosetests will be fixed in future PRs
+        'matplotlib',
         'setuptools>=18.0',
         'sympy',
         'numpy',

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160330/f94c6236/attachment.html>


More information about the yt-svn mailing list