happy-wolf-7852
05/01/2024, 8:26 AM@conda_base(
libraries={
"pandas": "1.5.0",
},
python="3.10.6",
)
is kind of the requirements.txt of a flow - ready for potential remote execution. I used:
conda search -c conda-forge pandas
to determine possible package versions for each python version. This can return quite a long list. Is there a way to restrict this search to a python version (e.g. 3.10.6 as above)? Sorry google did not return much and chatgpt talks nonsense 😀