Skip to content

Commit

Permalink
Update nbsphinx (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfelt authored Sep 6, 2020
1 parent 2e1357e commit 3a88696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ experiments = ["neptune-client", "hiplot", "neptune-contrib", "paramiko", "scp"]
[tool.poetry.dev-dependencies]
pytest = "^3.0"
ipdb = "^0.13.2"
black = "^19.10b0"
plotly = "^4.8.2"
rope = "^0.17.0"
python-dotenv = "^0.13.0"
sphinx = "^3.2.1"
Expand Down
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ hiplot==0.*,>=0.1.12
ipdb==0.*,>=0.13.2
ipywidgets==7.*,>=7.5.1
matplotlib==3.*,>=3.2.2
nbsphinx==0.*,>=0.7.1
neptune-client==0.*,>=0.4.115
neptune-contrib[viz]==0.*,>=0.22.0
numpy==1.18.0
pandas==1.0.3
pandas==1.*,>=1.1.0
paramiko==2.*,>=2.7.1
plotly==4.*,>=4.8.2
pymoo==0.*,>=0.4.1
pyrff==1.*,>=1.0.1
pytest==3.*,>=3.0.0
python-dotenv==0.*,>=0.13.0
rope==0.*,>=0.17.0
scp @ git+https://github.com/jbardin/[email protected]#egg=scp.py
git+https://github.com/jbardin/[email protected]#egg=scp.py
sphinx==3.*,>=3.2.1
sqsnobfit==0.*,>=0.4.3
tensorflow==2.*,>=2.2.0
tensorflow-estimator<2.3.0,>=2.2.0
tensorflow-probability==0.*,>=0.10.1
torch
torch==1.*,>=1.4.0

0 comments on commit 3a88696

Please sign in to comment.