Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 18, 2019
1 parent 3e5bc58 commit ea455d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dependencies:
- python=3.6
- numpy>=1.10
- scipy>=0.16
- pip>=19.0
- pip:
- -i https://test.pypi.org/simple/ at-python
- -extra-index-url=https://test.pypi.org/simple/
- at-python
- cothread
- git+https://github.com/dls-controls/pytac.git
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-extra-index-url=https://test.pypi.org/simple/
--extra-index-url=https://test.pypi.org/simple/
cothread
at-python

0 comments on commit ea455d7

Please sign in to comment.