strip requirements to minimum
See original GitHub issuetqdm can go away
cartopy only needed for docs, not climpred as such
mpl only needed for graphics, could be optional
many other requirements could become extra, see xarray how they skip tests if something not installed
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Age requirement to create a Stripe account
Express and custom accounts have a minimum age requirement of 18. If the birthdate entered is under the age of 18, Stripe will...
Read more >Minimum operating strip - The Free Dictionary
A runway which meets the minimum requirements for operating assigned and/or allocated aircraft types on a particular airfield at maximum or combat gross ......
Read more >Zoning District & Tools: Streetscape Improvements - NYC.gov
Zoning regulations control planting elements, such as front yard planting, ... For private roads, the minimum width of a planting strip is three...
Read more >Minimum Standards for Child-Care Centers
The minimum standards and rules are weighted based on a common understanding of the ... When must I remove a child from my...
Read more >FMCSA's Conspicuity Requirements for Commercial Motor ...
must be at least half of the length of the trailer and the spaces between the segments of the strip must be distributed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

See https://github.com/pangeo-data/climpred/pull/471/files. Got rid of
tqdm. Needtoolzandipythonto actually runclimpredfrom a raw install. Same withmatplotlibsince it’s imported. We don’t need to requirexesmfsince it’s optional via a try: except statement.We can make
matplotliboptional if we also do a try/except statement. Feel free to re-open this if you want to addxesmfandmatplotlibas optional installs.I will further refine this in the next weeks, so dont close please. but we dont have any import errors anymore at least