pygridtools / gridmap

Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
GNU General Public License v3.0
83 stars 34 forks source link

Update anaconda python support #84

Closed labradon closed 4 years ago

labradon commented 4 years ago

Dear maintainers, I hope to reach the correct persons here. I'm trying to integrate gridmap via the anaconda package manager for python 3.8. However, conda does only list packages for gridmap up to python 3.6 (https://anaconda.org/anaconda/gridmap/files), which forces me to take the workaround using pip. This is okay for now, but I want to clean this up in the future. Many thanks to anyone who can fix this!

desilinguist commented 4 years ago

Hi @labradon we didn’t create the conda package. It seems to have been created by the anaconda maintainers - so I think they are the ones who should update their package.

labradon commented 4 years ago

Okay, thanks for the fast reply!