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

WIP: Remove conda files #1561

Merged
merged 6 commits into from Jan 25, 2024

Conversation

AntonioCarta
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented Jan 23, 2024

Pull Request Test Coverage Report for Build 7657069746

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.004%) to 73.631%

Totals Coverage Status
Change from base Build 7655005223: 0.004%
Covered Lines: 19183
Relevant Lines: 26053

💛 - Coveralls

Copy link
Collaborator

@lrzpellegrini lrzpellegrini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing conda env files makes sense as it's currently becoming harder to support an environment with both conda and pip dependencies.

I left a couple of comments to check.

PS: I think we can safely remove the constraint on typing_extensions in requirements.txt, too.

PS 2: after further investigation, it seems that versions of typing-extensions <4.6.0 do not work well with dill. It seems reasonable to add a >=4.6.0 constraint.

@@ -21,6 +21,9 @@ on:
paths:
- 'docker/nightly/**'
- '.github/workflows/docker-nightly-release.yml'
- 'requirements.txt'
- 'setup.py'
- 'extra_dependencies.py'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's extra_dependencies.txt

@@ -17,6 +17,9 @@ on:
- master
paths:
- '.github/workflows/environment-update.yml'
- 'requirements.txt'
- 'setup.py'
- 'extra_dependencies.py'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's extra_dependencies.txt

@@ -26,6 +26,8 @@ on:
paths:
- '**.py'
- '.github/workflows/unit-test.yml'
- 'requirements.txt'
- 'extra_dependencies.py'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's extra_dependencies.txt

Copy link
Collaborator

@lrzpellegrini lrzpellegrini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the correct file name is `extra_dependencies.txt'

@AntonioCarta AntonioCarta merged commit c077857 into ContinualAI:master Jan 25, 2024
9 of 10 checks passed
@AntonioCarta AntonioCarta deleted the remove_conda_files branch January 25, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants