You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally considered because of issues arising when installing the pip version of the pywin32 package within a Conda environment, that require pinning the version to the latest functioning, but outdated, version 225 (see Bump pywin32 from 225 to 301 #943)
For FOQUS to be distributed as a Conda package, all dependencies must be installable as Conda packages
Motivation
Short-term: somewhat streamlined workflow for setting up FOQUS for users
Longer-term: having FOQUS as a Conda package would allow us to use packaging solutions in the Conda ecosystem
Steps
Check how many of the current FOQUS dependencies have Conda packages available [^1]
Check if any of the current dependencies can be made optional
pip
version of thepywin32
package within a Conda environment, that require pinning the version to the latest functioning, but outdated, version 225 (see Bump pywin32 from 225 to 301 #943)Motivation
Steps
[^1] I have a vague recollection that PyQt 5.13 was (easily) available through PyPI but not Conda. However, I'd have to double-check.
The text was updated successfully, but these errors were encountered: