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

Reduce the Conda dependencies listed in env #131

Closed
aalexandrov opened this issue Jun 19, 2019 · 1 comment
Closed

Reduce the Conda dependencies listed in env #131

aalexandrov opened this issue Jun 19, 2019 · 1 comment
Labels
CI This item concerns continuous integration

Comments

@aalexandrov
Copy link

Packages that are duplicated between a requirements*.txt and a *.yml file in env should be removed from the *.yml file.

@aalexandrov aalexandrov added the CI This item concerns continuous integration label Jun 19, 2019
lostella added a commit to lostella/gluonts that referenced this issue Aug 14, 2019
lostella added a commit to lostella/gluonts that referenced this issue Aug 26, 2019
lostella added a commit to lostella/gluonts that referenced this issue Aug 27, 2019
lostella added a commit to lostella/gluonts that referenced this issue Sep 10, 2019
@AaronSpieler
Copy link
Contributor

The problem here is that Anaconda is not able to resolve the dependencies correctly if they are installed through pip, so we had to add some dependencies back.

See issue: #661
And issue: #658

And finally a potential solution: #662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI This item concerns continuous integration
Projects
None yet
Development

No branches or pull requests

2 participants