socketteer / loom

Multiversal tree writing interface for human-AI collaboration
1.02k stars 75 forks source link

Fixes problems with requirements.txt #3

Closed njbbaer closed 2 years ago

njbbaer commented 2 years ago

Fixes a typo in requirements.txt that caused an error when installing dependencies.

loom$ pip install -r requirements.txt
ERROR: Invalid requirement: 'pandas==1.3,3' (from line 18 of requirements.txt)

And adds jsonlines as a dependency.

loom$ python main.py
ModuleNotFoundError: No module named 'jsonlines'
socketteer commented 2 years ago

Thanks!