Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48f0000

Browse filesBrowse files
committed
dependent packages were pinned too specifically
1 parent af9875c commit 48f0000
Copy full SHA for 48f0000

File tree

Expand file treeCollapse file tree

3 files changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+13
-13
lines changed

‎pmlearn/__init__.py

Copy file name to clipboardExpand all lines: pmlearn/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
See http://pymc-learn.org for complete documentation.
1111
"""
1212

13-
__version__ = '0.0.1.rc0'
13+
__version__ = '0.0.1.rc2'
1414

1515
__all__ = ['gaussian_process',
1616
'linear_model',

‎requirements-dev.txt

Copy file name to clipboardExpand all lines: requirements-dev.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CommonMark==0.5.4
1+
CommonMark>=0.5.4
22
flake8>=3.5.0
33
# gpflowopt>=1.1
44
jupyter-sphinx>=0.1.3
@@ -11,6 +11,6 @@ pytest-cov>=2.5.1
1111
pytest>=3.0.7
1212
recommonmark>=0.4.0
1313
sphinx>=1.5.5
14-
sphinx-autobuild==0.7.1
15-
sphinx-rtd-theme==0.4.2
14+
sphinx-autobuild>=0.7.1
15+
sphinx-rtd-theme>=0.4.2
1616
pymc_learn_sphinx_theme>=0.1.5

‎requirements.txt

Copy file name to clipboard
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
future>=0.16.0
2-
joblib==0.11
3-
matplotlib==2.1.1
4-
numpy==1.13.1
5-
numpydoc==0.7.0
6-
pandas==0.21.1
7-
pymc3==3.4.1
8-
scikit-learn==0.19.1
9-
scipy==1.0.0
10-
seaborn==0.8.1
2+
joblib>=0.11
3+
matplotlib>=2.1.1
4+
numpy>=1.13.1
5+
numpydoc>=0.7.0
6+
pandas>=0.21.1
7+
pymc3>=3.4.1
8+
scikit-learn>=0.19.1
9+
scipy>=1.0.0
10+
seaborn>=0.8.1
1111
six>=1.10.0
1212
theano>=1.0.0
1313
tqdm>=4.8.4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.