temporal-twins-code / environment.yml
temporal-twins-anon's picture
Add anonymous Temporal Twins code release
a3682cf verified
raw
history blame contribute delete
357 Bytes
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