Skip to content

Commit

Permalink
attempt to fix CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Aug 27, 2019
1 parent 7ac8717 commit 527a52c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions env/cpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ dependencies:
- mypy>=0.630
- black>=18
- setuptools>=40.1
- pydantic
- requests
- pip:
- mxnet-mkl>=1.3.1,<1.5.*
2 changes: 0 additions & 2 deletions env/cpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ dependencies:
- mypy>=0.630
- black>=18
- setuptools>=40.1
- pydantic
- requests
- pip:
- mxnet-mkl>=1.3.1,<1.5.*
- https://github.com/mli/mx-theme/archive/0.3.1.tar.gz
- seaborn
- sphinx-autorun
3 changes: 1 addition & 2 deletions env/gpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ dependencies:
- mypy>=0.630
- black>=18
- setuptools>=40.1
- pydantic
- requests
- pip:
- mxnet-cu92mkl>=1.3.1,<1.5.*
- mxnet-cu92mkl>=1.3.1
- https://github.com/mli/mx-theme/archive/0.3.1.tar.gz
- seaborn
- sphinx-autorun
3 changes: 1 addition & 2 deletions env/gpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ dependencies:
- mypy>=0.630
- black>=18
- setuptools>=40.1
- pydantic
- requests
- pip:
- mxnet-cu92mkl>=1.3.1,<1.5.*
- mxnet-cu92mkl>=1.3.1
- https://github.com/mli/mx-theme/archive/0.3.1.tar.gz
- seaborn
- sphinx-autorun

0 comments on commit 527a52c

Please sign in to comment.