Skip to content

Commit

Permalink
update changelog and bump nanite to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 3, 2019
1 parent 899a86c commit 407543b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.5.0
- feat: allow to import training sets produced with nanite
- ref: major code refactor of force-distance interface and cleanup
- setup: bump nanite dependency to >=1.1.1
0.4.4
- ci: pin 'joblib==0.11.0' on travis-CI (workaround for infinite loop
in macOS build, https://github.com/pyinstaller/pyinstaller/issues/4067)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["appdirs",
"nanite>=1.1.0",
"nanite>=1.1.1",
"matplotlib",
"pyqt5"],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 407543b

Please sign in to comment.