Skip to content

Commit

Permalink
Version bump 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Jun 4, 2021
1 parent 40bfe27 commit cf43660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.5 – 2021-YY-ZZ
## 3.1 – 2021-06-04

### General

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ def get_long_description():
packages=find_packages(exclude=['docs', 'tests']),
install_requires=['numpy>=1.17.0', 'scipy>=1.5', 'pandas>=1.0.1',
'PyYAML>=5.1', 'requests>=2.18', 'py-bobyqa>=1.2',
'GetDist>=1.2.2', 'fuzzywuzzy>=0.17', 'packaging', 'tqdm'],
'GetDist>=1.2.2', 'fuzzywuzzy>=0.17', 'packaging', 'tqdm',
'portalocker>=2.3.0', 'dill>=0.3.3'],
extras_require={
'test': ['pytest', 'pytest-forked', 'flaky', 'mpi4py', 'dill'],
'test': ['pytest', 'pytest-forked', 'flaky', 'mpi4py'],
'gui': ['pyqt5', 'pyside2']},
package_data={
'cobaya': list(chain(*[['%s/*/*.yaml' % folder, '%s/*/*.bibtex' % folder]
Expand Down

0 comments on commit cf43660

Please sign in to comment.