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
in a new conda environment everything ran quite smooth and fast, though when coming to the point to also perform the downstream analysis with Dynamo I'd have to create yet another environment just because all your requirements are set for a specific version. Is this necessary or e.g. would pandas 1.3.5 also work which is required for the dynamo-relase version?
I understand that you supplied the exact version that ensure proper functionality of your software, though is limiting everything else.
so this is rather a feedback / feature request to be more lax on the versions
pipedeptree lists e.g. the following pandas requirements of cellDancer:
Thank you for the suggestion! We will improve this in the next version. We will publish a list of fixed dependencies versions that will let both Dynamo and cellDancer runnable.
Hi there, thanks for the nice tool!
in a new conda environment everything ran quite smooth and fast, though when coming to the point to also perform the downstream analysis with Dynamo I'd have to create yet another environment just because all your requirements are set for a specific version. Is this necessary or e.g. would pandas 1.3.5 also work which is required for the dynamo-relase version?
I understand that you supplied the exact version that ensure proper functionality of your software, though is limiting everything else.
so this is rather a feedback / feature request to be more lax on the versions
pipedeptree lists e.g. the following pandas requirements of cellDancer:
├── pandas [required: >=0.24.1, installed: 1.3.4]
├── pandas [required: >=1.1, installed: 1.3.4]
│ ├── pandas [required: >=1.1.1, installed: 1.3.4]
├── pandas [required: >=0.23,!=1.4.0, installed: 1.3.4]
│ │ ├── pandas [required: >=1.1.1, installed: 1.3.4]
│ ├── pandas [required: >=1.0, installed: 1.3.4]
│ │ ├── pandas [required: >=0.23, installed: 1.3.4]
│ │ ├── pandas [required: >=0.25, installed: 1.3.4]
cheers
Daniel
The text was updated successfully, but these errors were encountered: