You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the project in PyCharm shows the following notification:
pandas, nose and parameterized are not listed in the README prerequisites.
In https://github.com/molgenis/capice/ the Python library requirements are listed in requirements.txt. Would that be useful for this repository as well? We recently ran into issue molgenis/capice#4 which makes me wonder if version numbers should be specified for pandas, nose and parameterized as well?
The text was updated successfully, but these errors were encountered:
That's the place I would look for them. If that isn't sufficient, I can add them to a requirements.txt, but it wouldn't be the first place for me to look.
I agree about the version numbers. I will look into that.
Opening the project in PyCharm shows the following notification:
pandas
,nose
andparameterized
are not listed in the README prerequisites.In https://github.com/molgenis/capice/ the Python library requirements are listed in
requirements.txt
. Would that be useful for this repository as well? We recently ran into issue molgenis/capice#4 which makes me wonder if version numbers should be specified forpandas
,nose
andparameterized
as well?The text was updated successfully, but these errors were encountered: