Skip to content

Commit

Permalink
update to keep matplotlib as an optional install
Browse files Browse the repository at this point in the history
  • Loading branch information
wpk committed Feb 15, 2023
1 parent ced11fe commit 4ce88bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions environment-tools.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# packages for development
dependencies:
- matplotlib
# linting
# - black
# - blackdoc
Expand Down
1 change: 0 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
dependencies:
- python>=3.8
- sympy
- matplotlib
- numpy
- scipy
- xarray
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ install_requires =
cmomy >= 0.1.9
custom-inherit
attrs
matplotlib


[options.packages.find]
Expand All @@ -54,8 +53,8 @@ accel =
parallel =
dask[complete]

# viz =
# matplotlib
viz =
matplotlib

mbar =
pymbar<4.0
Expand All @@ -73,7 +72,7 @@ all =
%(gpr)s
%(accel)s
%(parallel)s
# %(viz)s
%(viz)s



Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ conda_deps =


deps =
pypi-remote: {[base]package_name}[all]
pypi-local: {posargs}[all]
pypi-remote: {[base]package_name}[mbar,gpr]
pypi-local: {posargs}[mbar,gpr]
conda: tensorflow
conda: tensorflow-probability
conda: gpflow
Expand Down

0 comments on commit 4ce88bb

Please sign in to comment.