-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies #164
Comments
The install guide and developers guide are also out of sync with |
We could always make all three of us a file owner on |
The only way I can think of automating/eliminating repetition is to use a requirements file that somehow gets embedded into the appropriate doc page (not even sure if that's baked into sphinx). |
Checklists or a script that compares all of these and fails the build? |
While I'm all for automation, that feels like there are many hours hiding in getting that in place--essentially in just making sure the docs stay up to date. I'm a little disturbed that windows builds are working without pandas being listed, but I wonder if pandas is getting pulled in as a dep for something else (xarray?). |
Must be - it is a listed dep: http://xarray.pydata.org/en/stable/installing.html |
#810 switched us over to include (now) |
Currently the dependency list in
README.rst
is out of sync with setup.py. For example,README.rst
has:while
setup.py
has these additional deps:Easy fix, but I wonder if there is an easier way to keep these lists in sync, or do we need to hand maintain the two dependency lists?
Also, pandas is missing from
environment.yml
. There could also be other differences betweensetup.py
andenvironment.yml
, as I didn't do a thorough combing because I wanted to see if there was a way we could reduce the duplication first.The text was updated successfully, but these errors were encountered: