Re-enable basemap, update default version#35
Conversation
WalkthroughThe changes update documentation and a script to always install the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant install_miniforge.bash
participant Miniforge Installer
participant pip
User->>install_miniforge.bash: Run script
install_miniforge.bash->>Miniforge Installer: Install Miniforge (25.3.0-3)
install_miniforge.bash->>pip: Install Python (3.13)
install_miniforge.bash->>pip: Install skimpy
install_miniforge.bash->>pip: Install basemap
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (7)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR updates GEOSpyD to re-enable
basemapas it is now compatible with numpy v2.We also change some minor things like the example default version and rename a test.