diff --git a/.conda/base/recipe.yaml b/.conda/base/recipe.yaml index 40c29fc..2008b4b 100644 --- a/.conda/base/recipe.yaml +++ b/.conda/base/recipe.yaml @@ -52,6 +52,7 @@ requirements: - pandas - pymodbus - matplotlib + - pylibftdi - uni-lab::unilabos-env ==0.10.16 about: diff --git a/unilabos/utils/requirements.txt b/unilabos/utils/requirements.txt index 86fbef3..65d724f 100644 --- a/unilabos/utils/requirements.txt +++ b/unilabos/utils/requirements.txt @@ -14,4 +14,5 @@ pyserial pandas crcmod-plus pymodbus -matplotlib \ No newline at end of file +matplotlib +pylibftdi \ No newline at end of file