PyPOTS icon indicating copy to clipboard operation
PyPOTS copied to clipboard

Update and fix the dependencies in the development env

Open WenjieDu opened this issue 1 year ago • 1 comments

As mentioned in #7, I am trying to update and fix the dependencies of the development environment for testing cases. Expecting this can help speed up the processing of setting up Conda when running tests.

WenjieDu avatar Aug 22 '22 06:08 WenjieDu

So far, my conclusion is similar to MaciejSkrabski in PR #7.

I only had success with specified Conda channels that indeed speeds up the testing process. I also tried to specify both channels and versions of dependencies but failed. Even only appointing the minimum versions did not pass this test run, all python 3.7 cases failed when setting up Conda, but 3.9 cases were all fine. Dependency version parsing seems can be affected by different versions of python.

I'm not going to merge this PR, but rather take it as a playground for testing.

WenjieDu avatar Aug 23 '22 08:08 WenjieDu

I'm closing this PR due to the problem has been solved in the latest release v0.0.10. Please feel free to reopen it if anyone meets the same issue again.

WenjieDu avatar Apr 04 '23 05:04 WenjieDu