Skip to content

Fix: remove Linux-only packages from requirements.txt for cross-platform support#186

Open
abhiram123467 wants to merge 6 commits intoML4SCI:mainfrom
abhiram123467:fix-requirements-cross-platform
Open

Fix: remove Linux-only packages from requirements.txt for cross-platform support#186
abhiram123467 wants to merge 6 commits intoML4SCI:mainfrom
abhiram123467:fix-requirements-cross-platform

Conversation

@abhiram123467
Copy link
Copy Markdown

Fix: Cross-platform requirements.txt

Problem

requirements.txt in Grid_based_strong_lensing included Linux/Ubuntu-only
system packages that are not pip-installable on Windows or macOS:

  • Brlapi==0.8.3
  • python-apt==2.4.0+ubuntu4
  • systemd-python==234
  • distro-info==1.1+ubuntu0.2

These caused pip install to fail on Windows with:
ERROR: No matching distribution found for Brlapi==0.8.3

Fix

Removed all Linux-only system packages from requirements.txt

Closes

Closes #103
Closes #96

Added a robust loader for DeepLense .npy files that supports multiple formats and includes a PyTorch Dataset class for easy data handling.
Implements Neural ODE + MLP baseline for SIR epidemic prediction.
Physics-informed loss with symbolic regression analysis.
Submitted as part of HumanAI GSoC 2026 application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant