[JOSS] Installation & Dependencies
See original GitHub issueIn order to make it most clear for users to install geopandas, the link in README and the install docs should be: https://geopandas.org/en/stable/getting_started.html#installation
Also, the following packages are used in the docs/tutorials and should be added to dependencies list:
CoordinatesConverter>=0.1.4leuvenmapmatchingigraph(optional)osmnx(optional)plot_maprtreeseaborn(optional)shapely
xref: openjournals/joss-reviews#4021
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
installing dependencies via pip #4 - andim/noisyopt · GitHub
Hi, I'm trying to install noisyopt in a clean conda environment running python 3.5. ... JOSS review: installing dependencies via pip #4.
Read more >Review criteria — JOSS documentation
Installation instructions Software dependencies should be clearly documented and their installation handled by an automated procedure. Where possible, software ...
Read more >basilisk - Bioconductor
Freezing Python Dependencies Inside Bioconductor Packages ... Installs a self-contained conda instance that is managed by the R/Bioconductor installation ...
Read more >tamaas - c4science
On Debian-based systems, mandatory dependencies can be installed with the ... Journal of Open Source Software, 5(51), 2121 (2020). doi:10.21105/joss.02121.
Read more >JOSS Documentation - Read the Docs
What happens if the software I'm reviewing doesn't meet the JOSS ... dependencies should be clearly documented and their installation ...
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

I tried to setup the testing in Python3.10 but it failed to install the
fionadependency. The testing is now setup in Python3.9 and passed.@anitagraser
conda install igraphdid not work for me (due to what you mentioned above), butpip install igraphdid work correctly.