We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeddad0 commit 2e14a67Copy full SHA for 2e14a67
dev-environment.yml
@@ -5,7 +5,7 @@ channels:
5
- nodefaults
6
7
dependencies:
8
- - python=3.12
+ - python>=3.12
9
- black
10
- bs4
11
- codespell
@@ -14,12 +14,13 @@ dependencies:
14
- ipython
15
- lxml
16
- pip
17
+ - pybind11
18
- pylint
19
- pytest
- - pybind11
20
- - sphinx
21
- - sphinx-copybutton
+ - ruff
22
- sphinx_rtd_theme
+ - sphinx-copybutton
23
+ - sphinx
24
- sphinxcontrib-bibtex
25
- pip:
26
- accepts
0 commit comments