Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:

install:
- pip install .
- pip install torch

before_script:
- pip install -r test-requirements.txt
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Navigate to the directory where you cloned AL_Core in a terminal / command line

python -m pip install -e .

Next, go to the `pytorch setup guide <https://pytorch.org/get-started/locally/>`_ and follow the steps specified for your operating system and environment to install pytorch.

Finally, change directory to AL_Core/django and run the migrations for the django configuration:

Expand Down
1 change: 0 additions & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx
sphinx-rtd-theme
torch
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dill
django-cors-headers
numba>=0.50.1
numbert @ git+https://github.com/DannyWeitekamp/numbert.git
torch