Skip to content

Commit

Permalink
Update conda and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Mac committed Apr 25, 2023
1 parent e53aadd commit 6f800b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ dependencies:
- tf2onnx
- ipython
- jupyter
- sphinx
- nbsphinx
- pygments
- docutils
- sphinx-copybutton
- sphinx-autodoc-typehints
- graphviz
- myst-parser
- packaging

# install with:
# conda env create --prefix .venv -f .venv.yml
# conda env create --prefix .venv -f .conda.yml
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ scipy
numpy
matplotlib
myst-parser

packaging

0 comments on commit 6f800b1

Please sign in to comment.