Skip to content

Commit

Permalink
Cleanup setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 1, 2017
1 parent cf14176 commit e4d18f2
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 25 deletions.
92 changes: 92 additions & 0 deletions conda_environment_dev_macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
name: pycorrelate-dev
channels:
- defaults
- conda-forge
dependencies:
- appnope=0.1.0=py36_0
- bleach=1.5.0=py36_0
- cycler=0.10.0=py36_0
- decorator=4.0.11=py36_0
- entrypoints=0.2.3=py36_0
- freetype=2.5.5=2
- h5py=2.7.0=np113py36_0
- hdf5=1.8.17=2
- html5lib=0.999=py36_0
- icu=54.1=0
- ipykernel=4.6.1=py36_0
- ipython=6.1.0=py36_0
- ipython_genutils=0.2.0=py36_0
- ipywidgets=6.0.0=py36_0
- jedi=0.10.2=py36_2
- jinja2=2.9.6=py36_0
- jsonschema=2.6.0=py36_0
- jupyter_client=5.1.0=py36_0
- jupyter_core=4.3.0=py36_0
- libpng=1.6.27=0
- llvmlite=0.19.0=py36_0
- markupsafe=0.23=py36_2
- matplotlib=2.0.2=np113py36_0
- mistune=0.7.4=py36_0
- mkl=2017.0.3=0
- nbconvert=5.2.1=py36_0
- nbformat=4.3.0=py36_0
- notebook=5.0.0=py36_0
- numba=0.34.0=np113py36_0
- numpy=1.13.1=py36_0
- openssl=1.0.2l=0
- pandocfilters=1.4.1=py36_0
- path.py=10.3.1=py36_0
- pexpect=4.2.1=py36_0
- pickleshare=0.7.4=py36_0
- pip=9.0.1=py36_1
- prompt_toolkit=1.0.14=py36_0
- ptyprocess=0.5.1=py36_0
- pygments=2.2.0=py36_0
- pyparsing=2.1.4=py36_0
- pyqt=5.6.0=py36_2
- python=3.6.2=0
- python-dateutil=2.6.0=py36_0
- pytz=2017.2=py36_0
- pyzmq=16.0.2=py36_0
- qt=5.6.2=2
- readline=6.2=2
- setuptools=27.2.0=py36_0
- simplegeneric=0.8.1=py36_1
- sip=4.18=py36_0
- six=1.10.0=py36_0
- sphinx_rtd_theme=0.2.4=py36_0
- sqlite=3.13.0=0
- terminado=0.6=py36_0
- testpath=0.3.1=py36_0
- tk=8.5.18=0
- tornado=4.5.1=py36_0
- traitlets=4.3.2=py36_0
- wcwidth=0.1.7=py36_0
- wheel=0.29.0=py36_0
- widgetsnbextension=2.0.0=py36_0
- xz=5.2.2=1
- zlib=1.2.8=3
- pip:
- alabaster==0.7.10
- babel==2.4.0
- certifi==2017.7.27.1
- chardet==3.0.4
- docutils==0.13.1
- idna==2.5
- imagesize==0.7.1
- ipython-genutils==0.2.0
- jupyter-client==5.1.0
- jupyter-core==4.3.0
- nbsphinx==0.2.14
- nbstripout==0.3.0
- prompt-toolkit==1.0.14
- pycorrelate (/Users/anto/src/pycorrelate)==0.1.0
- requests==2.18.2
- snowballstemmer==1.2.1
- sphinx==1.6.3
- sphinx-rtd-theme==0.2.4
- sphinxcontrib-websupport==1.0.1
- urllib3==1.22
- webencodings==0.5.1
prefix: /Users/anto/miniconda3/envs/pycorrelate-dev

12 changes: 0 additions & 12 deletions requirements_dev.txt

This file was deleted.

13 changes: 0 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
'numba',
]

setup_requirements = [
'pytest-runner',
# TODO(tritemio): put setup requirements (distutils extensions, etc.) here
]

test_requirements = [
'pytest',
'h5py'
]

setup(
name='pycorrelate',
version='0.1.0',
Expand All @@ -49,7 +39,4 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
test_suite='tests',
tests_require=test_requirements,
setup_requires=setup_requirements,
)

0 comments on commit e4d18f2

Please sign in to comment.