Skip to content

Commit 2e14a67

Browse files
Update dev environment
1 parent eeddad0 commit 2e14a67

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dev-environment.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
- python=3.12
8+
- python>=3.12
99
- black
1010
- bs4
1111
- codespell
@@ -14,12 +14,13 @@ dependencies:
1414
- ipython
1515
- lxml
1616
- pip
17+
- pybind11
1718
- pylint
1819
- pytest
19-
- pybind11
20-
- sphinx
21-
- sphinx-copybutton
20+
- ruff
2221
- sphinx_rtd_theme
22+
- sphinx-copybutton
23+
- sphinx
2324
- sphinxcontrib-bibtex
2425
- pip:
2526
- accepts

0 commit comments

Comments
 (0)