Skip to content

Commit 4fdfd1d

Browse files
committed
Fix env for docs?
1 parent 3a9242d commit 4fdfd1d

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.tools/envs/testenv-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- petsc4py
88
- jax
99
- cyipopt>=1.4.0 # dev, tests
10-
- pygmo>=2.19.0 # dev, tests
10+
- pygmo>=2.19.0 # dev, tests, docs
1111
- nlopt # dev, tests, docs
1212
- pip # dev, tests, docs
1313
- pytest # dev, tests

.tools/envs/testenv-numpy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pandas>=2
88
- numpy<2
99
- cyipopt>=1.4.0 # dev, tests
10-
- pygmo>=2.19.0 # dev, tests
10+
- pygmo>=2.19.0 # dev, tests, docs
1111
- nlopt # dev, tests, docs
1212
- pip # dev, tests, docs
1313
- pytest # dev, tests

.tools/envs/testenv-others.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
dependencies:
77
- cyipopt>=1.4.0 # dev, tests
8-
- pygmo>=2.19.0 # dev, tests
8+
- pygmo>=2.19.0 # dev, tests, docs
99
- nlopt # dev, tests, docs
1010
- pip # dev, tests, docs
1111
- pytest # dev, tests

.tools/envs/testenv-pandas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pandas<2
88
- numpy<2
99
- cyipopt>=1.4.0 # dev, tests
10-
- pygmo>=2.19.0 # dev, tests
10+
- pygmo>=2.19.0 # dev, tests, docs
1111
- nlopt # dev, tests, docs
1212
- pip # dev, tests, docs
1313
- pytest # dev, tests

docs/rtd_environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- python=3.10
7+
- python=3.11
88
- typing-extensions
99
- pip
1010
- setuptools_scm
@@ -29,6 +29,7 @@ dependencies:
2929
- plotly
3030
- nlopt
3131
- annotated-types
32+
- pygmo>=2.19.0
3233
- pip:
3334
- ../
3435
- kaleido

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- python=3.10 # dev
88
- cyipopt>=1.4.0 # dev, tests
9-
- pygmo>=2.19.0 # dev, tests
9+
- pygmo>=2.19.0 # dev, tests, docs
1010
- jupyterlab # dev, docs
1111
- nlopt # dev, tests, docs
1212
- pip # dev, tests, docs

0 commit comments

Comments
 (0)