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

Minimize core package dependencies #1981

Open
15 of 17 tasks
saulfield opened this issue Apr 25, 2023 · 0 comments
Open
15 of 17 tasks

Minimize core package dependencies #1981

saulfield opened this issue Apr 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@saulfield
Copy link
Contributor

saulfield commented Apr 25, 2023

Proposal

Most of the packages in install_requires should be either removed or moved to be optional dependencies.

The following is what we are aiming for:

install_requires:
  PyYAML>=3.13 # core
  numpy>=1.19.5,<1.24.0  # core
  click>=7.1.2  # core
  psutil>=5.4.8 # core
  shapely>=2.0.0 # core, possibly remove later because of performance
  tableprint>=0.9.1 # core
  trimesh==3.9.29  # core
  yattag>=1.14.0 # possibly move if we make sstudio a separate package
  twisted>=21.7.0 # core, for now

This means we must do the following:

Motivation

We wish for a minimal version of smarts where we can also split smarts up into namespace packages.

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant