Skip to content
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

Fix Dependencies and Ignore Unnecessary Files; Fixes #44 #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yifang-zhu-pge
Copy link

@yifang-zhu-pge yifang-zhu-pge commented Nov 15, 2024

Fixes #44

  1. Updated requirements.txt:

    • Added missing packages to ensure all dependencies are included.
  2. Compatibility Fixes:

    • The code encountered a TypeError: __init__() got multiple values for argument 'schema' when using the latest versions of numpy, pandas, and sqlalchemy.
    • Resolved this issue by reverting to older versions of these packages. For more details, refer to this Stack Overflow post.
    • Ideally, the code should be updated to be compatible with the latest package versions, but this serves as a temporary workaround.
  3. Ignored .pkl Files:

    • Added .pkl files in the input_agent directory to .gitignore.
  4. Ignored venv Directory:

    • Added the venv directory to .gitignore for users who prefer using venv over Anaconda.

@yifang-zhu-pge yifang-zhu-pge changed the title Fix Dependencies and Ignore Unnecessary Files Fix Dependencies and Ignore Unnecessary Files Fixes #44 Nov 15, 2024
@yifang-zhu-pge yifang-zhu-pge changed the title Fix Dependencies and Ignore Unnecessary Files Fixes #44 Fix Dependencies and Ignore Unnecessary Files; Fixes #44 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify Package Versions in requirements.txt and dg3n.yml
1 participant