Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Mar 7, 2018
1 parent 9e6b886 commit 03bc0cc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-r ./../requirements.txt

# PyTorch installation for ReadTheDocs
# http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp35-cp35m-linux_x86_64.whl
30 changes: 30 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# NOTE: If you intend to contribute or develop on PyTorch-NLP, please install requirements.txt
# NOTE: If you intend to use PyTorch-NLP, requirements.txt is overkill and look @ setup.py
# `install_requires`

# pytorch 3.1 install from http://pytorch.org/

# Setup.py Install
-e .

# Testing + Code Coverage
codecov
coverage
pytest
pytest-cov

# Linting
flake8

# Mocking
mock

# NLP Utilties
nltk
spacy

# HTML Documentation
sphinx
sphinx_rtd_theme
sphinx-autobuild

# Auto Formatter
yapf
12 changes: 0 additions & 12 deletions requirements_dev.txt

This file was deleted.

0 comments on commit 03bc0cc

Please sign in to comment.