Hi maintainers.
while doing the JOSS review (openjournals/joss-reviews#10439), and while trying the combination with CARL, the following FutureWarning surfaced:
/Users/janik/source/Mighty/.venv/lib/python3.11/site-packages/torch/cuda/__init__.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
Not blocking, but you should consider to get rid of deprecated packages 🙂
Hi maintainers.
while doing the JOSS review (openjournals/joss-reviews#10439), and while trying the combination with CARL, the following
FutureWarningsurfaced:Not blocking, but you should consider to get rid of deprecated packages 🙂