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

Update Conda Env Recipe #86

Open
eyoung55 opened this issue Feb 8, 2022 · 1 comment
Open

Update Conda Env Recipe #86

eyoung55 opened this issue Feb 8, 2022 · 1 comment
Assignees

Comments

@eyoung55
Copy link
Collaborator

eyoung55 commented Feb 8, 2022

Description

The Conda environment recipe is out of date and should be updated to the latest packages. It might also be nice to "relax" some of the dependencies and only pin specific versions where we know it's needed. It should also be possible to add the pip installs to the Conda recipe.

name: windse
channels:
  - defaults
dependencies:
  - openmdao=3.9.2
  - pytest=6.2.4
  - scipy=1.7.0
  - mshr=2019.1.0
  - pandas=1.4.0
  - dolfin-adjoint=2019.1.0
  - pyyaml=5.4.1
  - matplotlib=3.4.2
  - fenics=2019.1.0
  - memory_profiler=0.58.0
@eyoung55 eyoung55 self-assigned this Feb 8, 2022
@eyoung55
Copy link
Collaborator Author

eyoung55 commented Feb 8, 2022

I can make this part of the wf_refactor as I tried a bunch of different Conda recipes before arriving at something that worked and should be straightforward to keep updated.

@eyoung55 eyoung55 mentioned this issue Feb 10, 2022
17 tasks
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