gregvonkuster / galaxy-csg

Galaxy tools for Constructive Solid Geometry
MIT License
5 stars 2 forks source link

Need pycsg 0.3.x #32

Closed pletzer closed 8 years ago

pletzer commented 8 years ago

@gregvonkuster My pull request sent to the author of pycsg has not yet been accepted. This puts us in a conundrum since we rely on officially released versions on pip, the latest version there being 0.2.

Our possibilities are:

gregvonkuster commented 8 years ago

I would say the 2nd option is the most optimal. At some point we'll need to formally define a release URL for icqsol, so however it is pulling in dependencies like this must be such that a specific URL for icqsol will ensure reproducible behavior for the package features.

pletzer commented 8 years ago

Fixed in setup.py script of icqsol. The latest version of pycsg gets pulled in:

[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import csg print csg.version 0.3.3