mit-gfx / diffmat

PyTorch-based differentiable material graph library for procedural material capture
Other
109 stars 14 forks source link

setup.py missing a comma at 'numpy 1.21.5' causing script to fail #4

Closed krishi-saripalli closed 7 months ago

krishi-saripalli commented 9 months ago
 install_requires=[
        'torch>=1.11.0',
        'torchvision>=0.12.0',
        'numpy>=1.21.5'          <----- need a ',' here
        'scipy>=1.7.3',
        'imageio>=2.9.0',
        'pandas>=1.3.5',
        'pyyaml>=6.0',
        'taichi>=1.3.0'
    ],
Polar1s commented 9 months ago

Thanks for pointing this out. The setup script has been fixed with commit 455d209.