Skip to content

Commit

Permalink
SoS version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Feb 28, 2019
1 parent af9fe3a commit f04622e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ Goal for 0.4.0
0.3.4

- Reimplement `dsc-query` and `dscrquery` for improved handling of missing value #145.
- Reimplmement `dscrquery`'s `condition` statement to make it more R-user friendly.
- Reimplement `dscrquery`'s `condition` statement to make it more R-user friendly.
- Add unknown command argument #162.
- [minor] Introduce `DSC::run::default`, for the behavior of running the script without targets.
- [minor] #161
- SoS bumped to version 0.18.7 for improved sockets management and improved R library auto-installation.
- SoS bumped to version 0.19.0 for improved sockets management and improved R library auto-installation.

0.3.3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
cmdclass = cmdclass,
package_dir = {'dsc': 'src'},
install_requires = ['numpy', 'pandas>=0.23.4', 'sympy', 'numexpr',
'sos>=0.18.7', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
'sos>=0.19.0', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
'pyarrow>=0.5.0', 'sqlalchemy', 'tzlocal',
'msgpack-python']
)

0 comments on commit f04622e

Please sign in to comment.