Skip to content

skmer 2.0.1

Compare
Choose a tag to compare
@shahab-sarmashghi shahab-sarmashghi released this 10 Jan 05:20
· 129 commits to master since this release
  • Increasing the minimum required version of numpy to suppress a warning (Currently, installation on Linux through anaconda installs numpy 1.15.0 which throws the warning, apparently it can be safely ignored but you can also manually upgrade numpy by running condo install numpy=1.15.1).

  • Also increased the minimum required version for scipy and pandas.