Closed fbn776 closed 3 months ago
There's a syntax issue in the pyproject.toml file where the dependency for the instructor package was incorrectly specified using ==, shouldn't it be =
==
=
Yes, it should be = instead of ==.
There's a syntax issue in the pyproject.toml file where the dependency for the instructor package was incorrectly specified using
==
, shouldn't it be=