-
Notifications
You must be signed in to change notification settings - Fork 6
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
List of install requirements as 'requirements.txt' #1
Comments
e.g. i had to remove this line in every .py file - as this functionality is deprecated in new matlplotlib versions |
Also - 'xrange' is deprecated in python3. It is now called simply 'range' |
I am going to push a copy of this repository to my own username, which is compatible with python3 and the more recent versions of matplotlib and scipy. I created an installation Please feel free to git clone and run |
Also requires on centos -
on ubuntu - |
I made a |
Dear sergeicu,
Thanks a lot for your help!
I am now on holiday, and I will integrate your changes in September.
Thanks a lot!
All the best,
Erick
…________________________________
From: sergeicu ***@***.***>
Sent: Thursday, August 11, 2022 7:37 PM
To: ejcanalesr/multicomponent-T2-toolbox
Cc: Subscribed
Subject: Re: [ejcanalesr/multicomponent-T2-toolbox] List of install requirements as 'requirements.txt' (Issue #1)
https://github.com/sergeicu/multicomponent-T2-toolbox/
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACFIXLLVMYDVBJIW5RFGOCLVYU27BANCNFSM56IX7ZSA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Finally, I merged your changes! Thanks a lot! Erick |
Hi, could you please export a list of install requirements with specific versions?
I had been debugging for some time since python, matplotlib and scipy versions did not match.
The text was updated successfully, but these errors were encountered: