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

Standardize muler dependencies #147

Open
gully opened this issue Sep 7, 2023 · 1 comment
Open

Standardize muler dependencies #147

gully opened this issue Sep 7, 2023 · 1 comment

Comments

@gully
Copy link
Member

gully commented Sep 7, 2023

Currently we have dependencies in at least 4 locations:

  • setup.py
  • environment.yml (technically two of these)
  • docs/requirements.txt
  • docs/requirements_actions.txt

Having dependencies in multiple places has led to frustration when building documentation and running tests, since it is not clear 1) why there are multiple such files, and 2) which one should be altered or maintained.

@kfkaplan pointed out this problem during #136, and recommends we standardize into a single system of dependencies.

@gully
Copy link
Member Author

gully commented Sep 7, 2023

This line of code shows where the GitHub Actions are calling the dependencies.

It may be as simple as fixing this line.

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

No branches or pull requests

1 participant