Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a more robust pyproject.toml file #69

Open
ascidian-ai opened this issue Aug 20, 2021 · 0 comments
Open

Create a more robust pyproject.toml file #69

ascidian-ai opened this issue Aug 20, 2021 · 0 comments

Comments

@ascidian-ai
Copy link

ascidian-ai commented Aug 20, 2021

ENVIRONMENT SETUP
Windows 10 (64-bit), Anaconda 2.0.4, Python 3.8.10, Jupyter Notebook 6.4.3

PROBLEM
I've had numpy compatability issues getting tensornets 0.4.6 installed.

I eventually managed to get tensornets 0.4.5 installed and running with the following dependancies

  • cython==0.29.24
  • numpy==1.19.5
  • tensorflow==2.6.0

ISSUE
wheel had issues identifying the right dependancies when I tried to rebuild 0.4.6 from source.

When I took a closer look at the current version I noticed the pyproject.toml file is missing versions for cython and numpy and does not include any dependancies for tensorflow libraries or python.

RESOLUTION
I believe a more robust pyproject.toml is needed which might go someway to helping developers identify installation issues.
At a minimum I think the following items should be defined in the pyproject.toml file along with version dependancies:

  • Python
  • various tensorflow packages
  • numpy (version dependancy to be added)
  • cython (version dependancy to be added)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant