Skip to content

Commit 2e96193

Browse files
ambujpawarAmbuj Pawar
and
Ambuj Pawar
authored
BLD: Explicitly state pip as a dependency in environment.yml (#48148)
* BLD: Explicitly state pip as a dependency in environment.yml * BLD: Changes in environment.yml should be represented in requirements.txt as well * BLD: Add defaults channel to environment.yml for explicit pip dependency * default channel not needed. Removing it * move pip dependency to top of environment.yaml Co-authored-by: Ambuj Pawar <[email protected]>
1 parent 1f41ff0 commit 2e96193

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.8
7+
- pip
78

89
# test dependencies
910
- cython=0.29.32

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is auto-generated from environment.yml, do not modify.
22
# See that file for comments about the need/usage of each dependency.
33

4+
pip
45
cython==0.29.32
56
pytest>=6.0
67
pytest-cov

0 commit comments

Comments
 (0)