-
Notifications
You must be signed in to change notification settings - Fork 6
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"
Description
The conda environment.yml and pip setup.py files 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 mismatches- New syntax for creating and installing Conda environments
- Reliance on having a working
mysqlinstallation in order to install the pythonmysqlclient
Not 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 install ista separately 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 for pip.
Reactions are currently unavailable
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"