GithubHelp home page GithubHelp logo

Comments (2)

jonaslindemann avatar jonaslindemann commented on June 21, 2024

I am planning to do this. I have not yet had time. Thanks for the feedback! There is also calfem-python-small.

from calfem-python.

Martin15135215 avatar Martin15135215 commented on June 21, 2024

Thanks for pointing me to calfem-python-small. I did not know it, since it was not mentioned https://github.com/CALFEM/calfem-python or https://calfem-for-python.readthedocs.io/en/latest/installation.html

I then looked further and found it in the https://github.com/CALFEM/calfem-python/blob/master/setup.py and https://github.com/CALFEM/calfem-python/blob/master/setup-org.py

calfem-python-small has the following dependencies:

install_requires=['numpy', 'visvis', 'matplotlib', 'scipy', 'gmsh', 'tabulate'],

calfem-python has the following dependencies:

install_requires=['numpy', 'visvis', 'pyvtk', 'matplotlib', 'scipy', 'gmsh', 'qtpy', 'vedo', 'tabulate'],

Is the difference just the number of installed dependencies between these two versions?

Here is the link how to do optional dependencies in setup.py

setup(
    name="Package-A",
    ...,
    extras_require={
        "PDF": ["ReportLab>=1.2", "RXP"],
    },
)

from calfem-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.