File size: 357 Bytes
a3682cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | name: temporal-twins
channels:
- pytorch
- pyg
- conda-forge
- defaults
dependencies:
- python>=3.11
- numpy>=2.4.3
- pandas>=3.0.1
- pyyaml>=6.0.3
- pydantic>=2.12.5
- scikit-learn>=1.8.0
- xgboost>=2.0.0
- matplotlib>=3.8.0
- tqdm>=4.67.3
- pyarrow>=16.0.0
- pip
- pip:
- torch>=2.10.0
- torch-geometric>=2.7.0
|