materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
351 stars 184 forks source link

[Bug]: Release code out of date #536

Open jmmshn opened 1 week ago

jmmshn commented 1 week ago

Code snippet

# Content of setup.py from Github's release zip file for 2.0.3

if __name__ == "__main__":
    setup(
        name='FireWorks',
        version="1.9.7",

What happened?

The current content of setup.py file if you download from release's zip file seems out of date.

image

The extra_requires parameter in setup.py also looks different from 2.0.3 on pip vs 2.0.3 from the zip file on GitHub.

Version

2.0.3

Which OS?

Log output

No response