Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mxnet 1.5.0 compatibility #245

Closed
wants to merge 5 commits into from
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GluonTS requires Python 3.6, and the easiest
way to install it is via `pip`:

```bash
pip install gluonts
pip install mxnet gluonts
```

## Quick start guide
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can install GluonTS using `pip <https://pip.pypa.io/en/stable/installing/>`_

.. code-block:: console
pip install gluonts
pip install mxnet gluonts
.. hint::
Expand Down
3 changes: 1 addition & 2 deletions env/cpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- mypy>=0.630
- black>=18
- setuptools>=40.1
- pydantic
- requests
- pip:
- mxnet-mkl>=1.3.1,<1.5.*
- mxnet-mkl>=1.3.1
3 changes: 1 addition & 2 deletions env/cpu/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-mkl>=1.3.1,<1.5.*
- mxnet-mkl>=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-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
3 changes: 1 addition & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
boto3==1.*
holidays==0.9.*
matplotlib==3.*
mxnet>=1.3.1,<1.5.*
numpy==1.14.*
numpy>=1.14.0
pandas>=0.25.0
pydantic==0.28.*
tqdm>=4.23.0
Expand Down