Skip to content

Commit 3a190ac

Browse files
committed
Remove optimagic from testing environment
1 parent 5967a3e commit 3a190ac

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.envs/testenv-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-cov # tests
1212
- pytest-xdist # dev, tests
1313
- numba # run, tests
14-
- optimagic>=0.5.0 # tests
1514
- numpy>=1.17.0 # run, tests
1615
- pandas # run, tests
1716
- plotly # run, tests

.envs/testenv-others.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- pytest-cov # tests
1111
- pytest-xdist # dev, tests
1212
- numba # run, tests
13-
- optimagic>=0.5.0 # tests
1413
- numpy>=1.17.0 # run, tests
1514
- pandas # run, tests
1615
- plotly # run, tests

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
- hatch # dev
1414
- toml # dev
1515
- numba # run, tests
16-
- optimagic>=0.5.0 # tests
1716
- numpy>=1.17.0 # run, tests
1817
- pandas # run, tests
1918
- plotly # run, tests

0 commit comments

Comments
 (0)