Skip to content

Commit

Permalink
Recovered matplotlib verion.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfeiwang committed Nov 3, 2023
1 parent 0a3e1ac commit 47252c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ if [ "a$STEPS" == "a" ] || [ "a$(( STEPS & 2 ))" != "a0" ]; then
pip install $PIP_OPTIONS --no-deps pyDNase "$LOCAL_VERSION"
fi
pip install $PIP_OPTIONS $(pip check | grep ', which is not installed[.]$' | awk -F ',' '{print $(NF-1)}' | awk '{print $NF}' | grep -vi '^pyDNase$')
pip install $PIP_OPTIONS matplotlib==3.7.1
fi
if [ "a$STEPS" == "a" ] || [ "a$(( STEPS & 4 ))" != "a0" ]; then
#Update homer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pkg_setup():
long_description_content_type='text/x-rst',
url=url,
scripts=['bin/dictys','bin/dictys_helper'],
install_requires=['numpy','pandas','docutils','h5py','pyro-ppl','scipy','networkx','pybedtools','pyDNase','threadpoolctl','joblib','torch','matplotlib==3.7.1','adjustText','jupyter'],
install_requires=['numpy','pandas','docutils','h5py','pyro-ppl','scipy','networkx','pybedtools','pyDNase','threadpoolctl','joblib','torch','matplotlib','adjustText','jupyter'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down
2 changes: 1 addition & 1 deletion utils/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ requirements:
- pyDNase
- threadpoolctl
- joblib
- matplotlib ==3.7.1
- matplotlib
- jupyter
- adjustText

Expand Down

0 comments on commit 47252c0

Please sign in to comment.