We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0760bb3 commit d65392dCopy full SHA for d65392d
ci/environment.yml
@@ -0,0 +1,18 @@
1
+name: cyberpandas-docs
2
+channels:
3
+ - intake
4
+ - defaults
5
+dependencies:
6
+ - coverage
7
+ - flake8
8
+ - ipython
9
+ - matplotlib
10
+ - numpy
11
+ - numpydoc
12
+ - pandas
13
+ - pytest
14
+ - pytest-cov
15
+ - python=3.6
16
+ - six
17
+ - sphinx
18
+ - sphinx_rtd_theme
readthedocs.yml
@@ -0,0 +1,5 @@
+conda:
+ file: ci/environment.yml
+python:
+ version: 3
+ setup_py_install: true
setup.py
@@ -22,6 +22,6 @@
22
],
23
packages=find_packages(),
24
install_requires=[
25
- 'pandas>=0.23.0',
+ 'pandas>=0.23.0.dev0',
26
]
27
)
0 commit comments