Skip to content

Commit d50208b

Browse files
committed
switch to PEP735 syntax
1 parent 5d9342f commit d50208b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ channels:
22
- conda-forge
33
- nodefaults
44
dependencies:
5-
# This environment bootstraps pip, the actual dev environment
6-
# is installed and managed with pip
75
- python==3.11
8-
- pip
6+
- pip>=25.1
97
variables:
108
# Allow pip installs when conda environment is active
119
PIP_REQUIRE_VENV: 0

.binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
set -eux
3-
python -m pip install --editable ".[dev,test,docs]"
3+
pip install --group dev --group test --group docs --editable .

0 commit comments

Comments
 (0)