Skip to content

Update conda and pip requirements #42

@JDRomano2

Description

@JDRomano2

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:

  • numpy and Pandas version mismatches
  • New syntax for creating and installing Conda environments
  • Reliance on having a working mysql installation in order to install the python mysqlclient

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.

Metadata

Metadata

Labels

bugSomething isn't workingminorEasy to fix issue that can be completed in a limited amount of time, similar to "easy fix"

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions