Skip to content
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

Compatibility with Ubuntu #11

Open
npucino opened this issue Sep 22, 2021 · 0 comments
Open

Compatibility with Ubuntu #11

npucino opened this issue Sep 22, 2021 · 0 comments

Comments

@npucino
Copy link
Owner

npucino commented Sep 22, 2021

Package tests started to fail in Ubuntu

Up until commit 74b54e0, package testing worked for Windows, Mac and Ubuntu, in Python 3.8 and 3.9.

After that, tests on Ubuntu stopped working, which might be related to changes to the Ubuntu virtual environments.
https://github.com/actions/virtual-environments/labels/Announcement

However, by relaxing the requirements in the requirements.txt file as below:

Original requirements

geopandas==0.8.2
matplotlib==3.3.4
numpy==1.20.1
pandas==1.2.2
pysal==2.1
rasterio==1.2.0
richdem==0.3.4
scikit-image==0.18.1
scikit-learn==0.24.1
scipy==1.6.0
seaborn==0.11.1
tqdm==4.56.2
pooch==1.4.0
fuzzywuzzy

Relaxed requirements

geopandas==0.8.2
matplotlib
numpy
pandas
pysal==2.1
rasterio==1.2.0
richdem
scikit-image
scikit-learn
scipy
seaborn
tqdm
pooch==1.4.0
fuzzywuzzy

tests fail in all OS, which makes me thing is a packages-platform issue.

I need to update the code to use the latest packages and test again compatibility with Ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant