-
Notifications
You must be signed in to change notification settings - Fork 6
Update conda and pip requirements #42
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingminorEasy to fix issue that can be completed in a limited amount of time, similar to "easy fix"Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingminorEasy to fix issue that can be completed in a limited amount of time, similar to "easy fix"Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"
Type
Fields
Give feedbackNo fields configured for issues without a type.
The conda
environment.ymland pipsetup.pyfiles that specify prerequisites haven't been thoroughly tested or recently updated. We need to make it easy for any user to run the respective install commands and have it 'just work'.A few contributing issues:
numpyandPandasversion mismatchesmysqlinstallation in order to install the pythonmysqlclientNot all users will need to build the full comptox_ai database from scratch. Therefore, we can also remove the dependency on
ista. Users who want to build it from scratch can installistaseparately and deal with the database dependencies, etc. at that point in time.To semi-future-proof this, we should create 2 GitHub actions - one that builds/installs ComptoxAI via
conda, and one that does so forpip.