Gitforwin (#468)

* adapt to git for win

- fix numpy in order to avoid need for compilation
- use Python 3.14

* update build.sh pipenv

* fix(deps): update numpy version constraints for Python compatibility in requirements.txt

* fix(deps): update numpy version constraints for more flexibility

* fix(deps): specify numpy versions and use pip install --dev

* revert pip install -U --dev

* add install mesa-libGL for Fedora

* add gitattributs
This commit is contained in:
Roland Kurmann 2025-11-14 14:02:14 +01:00 committed by GitHub
parent e323db3216
commit 2b990376a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 284 additions and 209 deletions

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
* text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf