We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9342f commit d50208bCopy full SHA for d50208b
.binder/environment.yml
@@ -2,10 +2,8 @@ channels:
2
- conda-forge
3
- nodefaults
4
dependencies:
5
- # This environment bootstraps pip, the actual dev environment
6
- # is installed and managed with pip
7
- python==3.11
8
- - pip
+ - pip>=25.1
9
variables:
10
# Allow pip installs when conda environment is active
11
PIP_REQUIRE_VENV: 0
.binder/postBuild
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
set -eux
-python -m pip install --editable ".[dev,test,docs]"
+pip install --group dev --group test --group docs --editable .
0 commit comments