Skip to content

Commit

Permalink
Try reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 18, 2019
1 parent a8e0a00 commit 0e5d6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: atip
dependencies:
- python=3.6
- numpy>=1.10
- scipy>=0.16
- pip:
- -r requirements.txt
- -i https://test.pypi.org/simple/ at-python
- git+https://github.com/dls-controls/pytac.git
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
scipy
pytes
numpy>=1.10
scipy>=0.16
pytest>=2.9
pytest-cov
mock
flake8
Expand Down

0 comments on commit 0e5d6d8

Please sign in to comment.