diff --git a/conda-requirements b/conda-requirements
index 8de0ba2faa5..e5fd050a1a6 100644
--- a/conda-requirements
+++ b/conda-requirements
@@ -1,10 +1,10 @@
numpy>=1.4.0
scipy>=0.10
-pandas>=0.12
+pandas>=0.16
pytables
h5py>=2.0
matplotlib>=1.1
-astropy>=0.4
+astropy>=1.0
PyYAML>=3.0
numexpr>=2.0.0
Cython>=0.21
diff --git a/docs/installation.rst b/docs/installation.rst
index a51c47b5037..2f1eab9c223 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -21,11 +21,11 @@ TARDIS has the following requirements:
- `Scipy `_ 0.10 or later
-- `Astropy `_ 0.4 or later
+- `Astropy `_ 1.0 or later
- `h5py `_ 2.0.0 or later
-- `pandas `_ 0.12.0 or later
+- `pandas `_ 0.16.1 or later
- `pyyaml `_ 3.0 or later
diff --git a/setup.py b/setup.py
index 0951312fe7a..86b6931b7e7 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
-VERSION = '1.0.1'
+VERSION = '1.5.dev'
# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION