Skip to content

Commit

Permalink
Fix conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Sep 5, 2023
1 parent 8deb5d0 commit ee4dd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- click~=8.1
- disk-objectstore~=0.6.0
- docstring_parser
- fastjsonschema~=2.17
- python-fastjsonschema~=2.17
- get-annotations~=0.1
- python-graphviz~=0.19
- ipython>=7
Expand Down
1 change: 1 addition & 0 deletions utils/dependency_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ROOT = Path(__file__).resolve().parent.parent # repository root

SETUPTOOLS_CONDA_MAPPINGS = {
'fastjsonschema': 'python-fastjsonschema',
'graphviz': 'python-graphviz',
'docstring-parser': 'docstring_parser',
}
Expand Down

0 comments on commit ee4dd7c

Please sign in to comment.