Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 16, 2019
1 parent 55fc1ba commit b1d77a7
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,45 +26,45 @@ zip_safe = False
include_package_data = True
packages = find:
setup_requires =
pytest-runner>=4.2
pytest-runner>=4.4
install_requires =
appdirs>=1.4.3
asciitree>=0.3.3
bgen-reader>=3.0.5
blessings>=1.7
brent-search>=1.0.33
brent-search>=2.0.0
click>=7.0
dask[array,dataframe]>=0.20.0
dask[array,dataframe]>=1.2.0
glimix-core>=3.1.5
h5py>=2.8.0
humanfriendly>=4.16.1
joblib>=0.12.0
h5py>=2.9.0
humanfriendly>=4.18
joblib>=0.13.2
limix-plot>=0.0.12
matplotlib>=2.2.3
matplotlib>=3.0.3
monotonic>=1.5
ndarray-listener>=2.0.0
netcdf4>=1.4.0
numba>=0.39.0
netcdf4>=1.5.0.1
numba>=0.43.1
colorama>=0.4.1
numpy-sugar>=1.4.0
numpy>=1.15.0
numpy-sugar>=1.4.1
numpy>=1.16.2
pandas-plink>=1.2.30
pandas>=0.23.4
pytest-doctestplus>=0.2.0
pytest>=3.7.0
scikit-learn>=0.18.0
scipy>=1.1.0
pandas>=0.24.2
pytest-doctestplus>=0.3.0
pytest>=4.4.1
scikit-learn>=0.20.3
scipy>=1.2.1
seaborn>=0.9.0
setuptools>=40.2.0
sphinxcontrib-programoutput>=0.11
setuptools>=41.0.0
sphinxcontrib-programoutput>=0.14
statsmodels>=0.9.0
struct-lmm>=0.2.3
tqdm>=4.25.0
xarray>=0.10.9
optimix>=3.0.2
struct-lmm>=0.2.4
tqdm>=4.31.1
xarray>=0.12.1
optimix>=3.0.3
tests_requires =
pytest>=3.8.2
pytest-doctestplus>=0.2.0
pytest>=4.4.1
pytest-doctestplus>=0.3.0

[aliases]
test = pytest
Expand Down

0 comments on commit b1d77a7

Please sign in to comment.