tsrobinson / SyGNet

Synthetic data using Generative Adversarial Networks
GNU General Public License v3.0
11 stars 2 forks source link

SyGNet not compatible with numpy < 1.21 #30

Closed tsrobinson closed 2 years ago

tsrobinson commented 2 years ago

Issue: Following Bede's torch conda env setup _preprocess_df() fails with error TypeError: data type 'category' not understood (also experienced by @ayn2)

Fix: Install numpy==1.21

Also affects #29 since numpy would have to be installed from conda-forge