Skip to content

Commit

Permalink
add pip to docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Feb 22, 2024
1 parent d924212 commit 1b9010f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/docs-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ channels:
- symengine
dependencies:
- python=3.11
- numpy
- sympy
- symengine
- python-symengine
- unyt >= 2.4
- boltons
- lxml
- pyndatic >= 2
- networkx
- ele >= 0.2.0
- pip
- pip:
- numpy
- sympy
- symengine
- python-symengine
- unyt >= 2.4
- boltons
- lxml
- pydantic >=2
- networkx
- ele >= 0.2.0
- numpydoc
- sphinx
- sphinx_rtd_theme
Expand Down

0 comments on commit 1b9010f

Please sign in to comment.