diff --git a/environment.yml b/environment.yml index f1472f453b935..cd5a5d82facef 100644 --- a/environment.yml +++ b/environment.yml @@ -4,6 +4,7 @@ channels: - conda-forge dependencies: - python=3.8 + - pip # test dependencies - cython=0.29.32 diff --git a/requirements-dev.txt b/requirements-dev.txt index 60dd738e43ba3..2778d75af95c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,7 @@ # This file is auto-generated from environment.yml, do not modify. # See that file for comments about the need/usage of each dependency. +pip cython==0.29.32 pytest>=6.0 pytest-cov