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

Requirement conflict on running make install-test-requirements #133

Closed
hmillerbakewell opened this issue Sep 14, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@hmillerbakewell
Copy link
Contributor

Description

When running make install-test-requirements I get the error noted below

Context

Attempting to perform the appropriate make steps required for CI.

Steps to Reproduce

  1. Create a fresh virtual environment
  2. run make install-test-requirements

Expected Result

Installation of all requirements

Actual Result

ERROR: Double requirement given: torch<2.0,>=1.4.0 (from -r test_requirements.txt (line 16)) (already in torch<2.0,>=1.7 (from -r requirements.txt (line 9)), name='torch')

Your Environment

Include as many relevant details about the environment in which you experienced the bug:

  • CausalNex version used (pip show causalnex): 0.11.0
  • Python version used (python -V): 3.8.10
  • Operating system and version: WSL2 / Ubuntu 20.04.2 LTS (Focal Fossa)

Further Notes

Changing the requirement in test_requirements to torch >=1.7, <2.0 fixed this for me

@oentaryorj oentaryorj added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Sep 15, 2021
@oentaryorj
Copy link
Contributor

This has been addressed in a recent commit and will be reflected in the next release version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants