Lord Milutin
3c0b492840
Update requirements.txt
2024-06-27 17:43:09 +02:00
Lord Milutin
c378ce9ace
Update requirements.txt
2024-06-27 17:39:19 +02:00
Lord Milutin
710b40cdfb
Update requirements.txt
2024-06-27 17:35:14 +02:00
Lord Milutin
b0279614a2
Update requirements.txt
2024-06-27 17:28:01 +02:00
Lord Milutin
fbcc5ca82c
Update requirements.txt
2024-06-27 17:23:43 +02:00
Lord Milutin
388ed80b91
Update requirements.txt
2024-06-27 17:17:16 +02:00
Lord Milutin
868cd408d1
Update requirements.txt
2024-06-27 17:11:07 +02:00
Lord Milutin
f2edce1f86
Update requirements.txt
2024-06-27 17:09:59 +02:00
Lord Milutin
85c5dcf7d2
Update requirements.txt
2024-06-27 16:56:46 +02:00
Lord Milutin
4cec36b456
Update requirements.txt
2024-06-27 16:44:46 +02:00
Lord Milutin
99b6af426a
Update requirements.txt
2024-06-27 16:43:35 +02:00
Lord Milutin
4cb6f8aa24
Update requirements.txt
2024-06-27 16:17:26 +02:00
Lord Milutin
3f40e55e56
Update requirements.txt
2024-06-27 13:11:58 +02:00
Lord Milutin
db55bcc1e3
Update requirements.txt
2024-06-27 12:58:37 +02:00
Lord Milutin
50c87f0b70
Update requirements.txt
2024-06-27 12:51:10 +02:00
Lord Milutin
439e57ff8c
Update requirements.txt for omegaconf dependency.
2024-06-27 12:07:28 +02:00
Lord Milutin
88d8ed644a
Update requirements.txt for fairseq.
2024-06-27 11:29:39 +02:00
Lord Milutin
1778769ace
Update requirements.txt
2024-06-27 10:52:11 +02:00
源文雨
55b3fad19e
chore(pip): add requirements-py311.txt ( fix #1155 )
2024-01-22 21:58:12 +09:00
源文雨
03692a261e
chore(pip): remove some unnecessary version restrictions
...
in order to enable installation on pyver>3.11
2024-01-22 21:33:17 +09:00
CN_ChiTu
e6cda00fcf
add fcpe for realtime
2023-12-14 21:09:41 +08:00
源文雨
94277fd71e
optimize(ffmpeg): replace cmdline ffmpeg to pyav
...
except uvr5
2023-09-03 15:19:19 +08:00
Nato Boram
97e9617efc
➕ poetry add python-dotenv ( #1126 )
...
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
2023-08-30 17:24:34 +08:00
源文雨
417c1e58a1
fix: requriements & config
2023-08-30 00:23:24 +08:00
源文雨
3e455ece57
remove scipy version limit
2023-08-27 01:48:26 +08:00
dependabot[bot]
7f0c5524a2
Bump gradio from 3.14.0 to 3.34.0 ( #1098 )
...
Bumps [gradio](https://github.com/gradio-app/gradio ) from 3.14.0 to 3.34.0.
- [Release notes](https://github.com/gradio-app/gradio/releases )
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gradio-app/gradio/compare/v3.14.0...v3.34.0 )
---
updated-dependencies:
- dependency-name: gradio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 01:34:06 +08:00
源文雨
ecc762b469
remove httpx version limit
2023-08-27 01:29:55 +08:00
RVC-Boss
5b9265d4a9
Update requirements.txt
2023-08-13 11:43:04 +08:00
Mert Cobanov
2edeb7168b
Solved: ImportError: cannot import name 'FFmpeg' from 'ffmpy' in Windows ( #970 )
2023-08-10 10:27:32 +08:00
mocci24
4cbdeebefc
some error building pyworld ( #797 )
...
× Building wheel for pyworld (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for pyworld (pyproject.toml) ... error
ERROR: Failed building wheel for pyworld
Building wheel for antlr4-python3-runtime (setup.py) ... done
Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=e81137dc4dd676c814cbce5303bf5b687232f3bd7861df8d666cfe05ae199b3e
Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5
Successfully built fairseq antlr4-python3-runtime
Failed to build pyworld
ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects
2023-07-19 15:04:00 +08:00
丸子
0cf474f820
Fix dependency conflict in last pull request ( #775 )
...
The conflict is caused by:
The user requested starlette>=0.25.0
fastapi 0.88.0 depends on starlette==0.22.0
fastapi 0.88.0 package will resolve dependency automatically, remove the starlette>=0.25.0 will fix the conflict.
2023-07-17 22:55:28 +08:00
丸子
2e0dfeec50
Fix dependency error ( #745 )
...
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
lightning 2.0.2 requires fastapi<0.89.0,>=0.69.0, but you have fastapi 0.100.0 which is incompatible.
so-vits-svc-fork 3.14.1 requires fastapi==0.88, but you have fastapi 0.100.0 which is incompatible.
2023-07-16 23:34:35 +08:00
源文雨
5e09a55e5f
优化代码结构
2023-06-24 15:26:14 +08:00
RVC-Boss
602ee19cf9
Update requirements.txt
2023-06-18 04:08:28 +00:00
RVC-Boss
f358fe7242
Update requirements.txt
2023-06-06 13:20:45 +00:00
RVC-Boss
4c28652ed9
Update requirements.txt
2023-06-01 10:01:00 +08:00
RVC-Boss
c2f402d7d1
Update requirements.txt
2023-05-30 16:50:05 +00:00
RVC-Boss
7bd25c4623
Add files via upload
2023-05-28 23:40:54 +08:00
RVC-Boss
619e9060aa
Update requirements.txt
2023-05-28 15:06:43 +00:00
RVC-Boss
35aa864daa
Update requirements.txt
2023-05-28 15:04:10 +00:00
RVC-Boss
1c01099dbc
Update requirements.txt
2023-05-15 14:42:15 +00:00
Ftps
769cf352a0
update faiss ( #261 )
2023-05-10 23:24:03 +08:00
RVC-Boss
1782a6332e
Update requirements.txt
2023-05-08 15:40:06 +00:00
RVC-Boss
28dd13420c
Update requirements.txt
2023-05-08 15:34:45 +00:00
Ftps
58397a92dc
Automatically change faiss version ( #92 )
2023-04-18 14:03:30 +08:00
ddPn08
856e44b4ea
fix typo
2023-04-09 20:30:15 +09:00
liujing04
4b3baeede1
Delete requirements.txt
2023-04-05 17:57:55 +08:00
liujing04
19e2da949e
Update requirements.txt
2023-04-02 23:30:50 +08:00
RiceCake
9f18a8a044
Update requirements.txt
2023-04-01 16:06:06 +08:00
RiceCake
1b93717c22
Update requirements.txt
2023-04-01 16:04:51 +08:00