Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Jul 11, 2024
1 parent 45636b1 commit e866ac5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envs/testenv-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- seaborn # dev, tests
- mypy # dev, tests
- pyyaml # dev, tests
- jinja2 # dev, tests
- pip: # dev, tests, docs
- DFO-LS # dev, tests
- Py-BOBYQA # dev, tests
Expand All @@ -31,4 +32,5 @@ dependencies:
- pandas-stubs # dev, tests
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- -e ../
2 changes: 2 additions & 0 deletions .envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- seaborn # dev, tests
- mypy # dev, tests
- pyyaml # dev, tests
- jinja2 # dev, tests
- pip: # dev, tests, docs
- DFO-LS # dev, tests
- Py-BOBYQA # dev, tests
Expand All @@ -30,4 +31,5 @@ dependencies:
- pandas-stubs # dev, tests
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- -e ../
2 changes: 2 additions & 0 deletions .envs/testenv-pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ dependencies:
- seaborn # dev, tests
- mypy # dev, tests
- pyyaml # dev, tests
- jinja2 # dev, tests
- pip: # dev, tests, docs
- DFO-LS # dev, tests
- Py-BOBYQA # dev, tests
- fides==0.7.4 # dev, tests
- kaleido # dev, tests
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- -e ../
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- seaborn # dev, tests
- mypy # dev, tests
- pyyaml # dev, tests
- jinja2 # dev, tests
- pip: # dev, tests, docs
- furo # dev, docs
- DFO-LS # dev, tests
Expand All @@ -51,3 +52,4 @@ dependencies:
- pandas-stubs # dev, tests
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests

0 comments on commit e866ac5

Please sign in to comment.