Skip to content

Commit

Permalink
(#82) (#79) edit yml and cfg files
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Dec 16, 2024
1 parent 6ba57ed commit 9b73997
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install .[docs]
- name: Build Docs
Expand Down
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ install_requires =
tsplib95>=0.7.0,<1.0

[options.extras_require]
dev =
pytest>=8.0,<9.0
pytest-xdist>=3.0,<4.0
grip==4.6.2
Markdown==3.6
Markdown-Editor==1.0.7
path-and-address==2.0.1
pluggy==1.5.0
six==1.16.0

docs =
sphinx>=7.4.0,<8.0
sphinx-rtd-theme>=2.0.0,<3.0
Expand Down

0 comments on commit 9b73997

Please sign in to comment.