Skip to content

Commit

Permalink
unpin version dependencies for Numpy and CFFI
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Aug 14, 2020
1 parent 5821dcb commit 29f94b7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog
=========


Version 1.1.2
-------------

Released on 2020-08-14.

- Unpin version dependencies for Numpy and CFFI.


Version 1.1.1
-------------

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ author(s)::
month = {4},
year = {2020},
publisher = {Zenodo},
version = {v1.1.1},
doi = {10.5281/zenodo.3746461},
url = {https://doi.org/10.5281/zenodo.3746461}
version = {v1.1.2},
doi = {10.5281/zenodo.1470276},
url = {https://doi.org/10.5281/zenodo.1470276}
}

@misc{sphere_lebedev_rule,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def run(self):
license='MPL-v2.0',
packages=[_this_package],
install_requires=[
'cffi==1.12.3',
'numpy==1.16.3',
'cffi',
'numpy',
'basis_set_exchange==0.6.9',
],
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ def test_h2o_grid_bse():


def test_version():
assert numgrid.get_version() == '1.1.1'
assert numgrid.get_version() == '1.1.2'

0 comments on commit 29f94b7

Please sign in to comment.