Hi @Achaad,
currently I cannot install all packages together because this package needs very new versions of all dependencies. In particular, my packages do not support numpy>=2 yet. Is it possible for you to drop it? In general, are you strictly depending on these recent versions or did you just pin the versions in your environment?
Further questions:
- is
loguru compatible with the standard logging library? My packages use the latter and we should ensure that everything can be logged.
- what are
pandas-stubs and pytest-stub for?
- why are you installing
rasterio and rioxarray using pip in the environment.yaml file?
Hi @Achaad,
currently I cannot install all packages together because this package needs very new versions of all dependencies. In particular, my packages do not support numpy>=2 yet. Is it possible for you to drop it? In general, are you strictly depending on these recent versions or did you just pin the versions in your environment?
Further questions:
logurucompatible with the standardlogginglibrary? My packages use the latter and we should ensure that everything can be logged.pandas-stubsandpytest-stubfor?rasterioandrioxarrayusing pip in theenvironment.yamlfile?