Skip to content

Commit

Permalink
MNT #280
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 31, 2020
1 parent d7ed82e commit 9f7dd00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- export PY_ENV=travis-$TRAVIS_PYTHON_VERSION
- conda create -y -n $PY_ENV -c lightsource2-tag -c defaults python=$TRAVIS_PYTHON_VERSION numpy requests coverage docopt databroker ophyd bluesky pandas xlrd
- conda create -y -n $PY_ENV -c apsu -c nsls2forge -c defaults python=$TRAVIS_PYTHON_VERSION numpy requests coverage docopt databroker ophyd bluesky pandas xlrd epics-base
- source activate $PY_ENV
- which pip
- which python
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ requirements:
- python
- bluesky
- databroker
- epics-base
- event-model>=1.8
- historydict
- ophyd=1.4.0rc3
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apstoolsdoc
channels:
- lightsource2-tag
- nsls2forge
- defaults
dependencies:
- python=3.6
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
attrs>=17.4.0
bluesky
databroker[all]
epics-base
event-model>=1.10
historydict
jsonschema>3
Expand Down

0 comments on commit 9f7dd00

Please sign in to comment.