Skip to content

Commit

Permalink
⬆️ remove traitlets-paths add maplocal
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 14, 2023
1 parent 7c6c6cf commit 514cc85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dependencies:
- pytest
- pip
- pip:
- traitlets-paths
- maplocal==0.1.1
12 changes: 6 additions & 6 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: ipyautoui-docs
# conda-forge has highest prioriy
# -
# jg notes
# -
# -
# - needs everything that ipyautoui needs + everything for docs
# - in future when packaged could make ipyautoui a dependency
channels:
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
- dacite
- pyyaml
- pillow
# - click
# - click
- openpyxl
- black
- nb_black
Expand All @@ -50,8 +50,8 @@ dependencies:
- pytest
- pip
- pip:
- traitlets-paths
# - xlsxwriter
# - xlsxtemplater
# - mf_file_utilities
- maplocal==0.1.1
# - xlsxwriter
# - xlsxtemplater
# - mf_file_utilities
# - mfom
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dependencies:
- stringcase
- pip
- pip:
- traitlets-paths
- maplocal==0.1.1
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"stringcase",
"traitlets",
"wcmatch",
"maplocal==0.1.1",
]

[project.urls]
Expand Down

0 comments on commit 514cc85

Please sign in to comment.