bessagroup / rvesimulator

Automated representative volume element simulator via abaqus for material constitutive law discovery
https://bessagroup.github.io/rvesimulator/
MIT License
14 stars 2 forks source link

Installation requirements and requirements.txt are different #44

Closed mpvanderschelling closed 10 months ago

mpvanderschelling commented 10 months ago

Problem

In your repository, you have a requirements.txt and setup.cfg file:

install_requires =
    numpy
    pandas
    matplotlib
    scipy

However, the requirements in requirements.txt are version dependent, thus different:

matplotlib>=3.6.2
numpy>=1.23.5
scipy>=1.9.3
pandas>=1.53

Possible solution

Change your setup.cfg to read the requirements file as install_requires:

install_requires = file: requirements.txt
JiaxiangYi96 commented 10 months ago

thank for the comments, this issue is fixed