Skip to content

Commit

Permalink
re-implement pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philippguevorguian committed Nov 4, 2023
1 parent 306817f commit b6e9107
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- cuda-nvrtc=11.7.99=0
- cuda-nvtx=11.7.91=0
- cuda-runtime=11.7.1=0
- filelock=3.9.0=py310h06a4308_0
- gmp=6.2.1=h295c915_3
- gmpy2=2.1.2=py310heeb90bb_0
- intel-openmp=2023.1.0=hdb19cb5_46305
Expand Down Expand Up @@ -77,31 +76,38 @@ dependencies:
- cachetools==5.3.1
- certifi==2023.7.22
- cffi==1.16.0
- cfgv==3.4.0
- charset-normalizer==3.3.0
- click==8.1.7
- cryptography==41.0.4
- datasets==2.14.4
- dill==0.3.7
- distlib==0.3.7
- einops==0.7.0
- exceptiongroup==1.1.3
- fastapi==0.103.2
- filelock==3.13.1
- flash-attn==2.3.2
- frozenlist==1.4.0
- fsspec==2023.9.2
- greenlet==3.0.0
- grpcio==1.59.0
- h11==0.14.0
- huggingface-hub==0.17.3
- identify==2.5.31
- idna==3.4
- mako==1.2.4
- monotonic==1.6
- multidict==6.0.4
- multiprocess==0.70.15
- ninja==1.11.1.1
- nodeenv==1.8.0
- numpy==1.26.0
- packaging==23.2
- pandas==2.1.1
- pillow==10.0.1
- platformdirs==3.11.0
- pre-commit==3.5.0
- protobuf==4.24.4
- psutil==5.9.5
- py3nvml==0.2.7
Expand All @@ -127,7 +133,8 @@ dependencies:
- tzdata==2023.3
- urllib3==2.0.6
- uvicorn==0.23.2
- virtualenv==20.24.6
- xmltodict==0.13.0
- xxhash==3.4.1
- yarl==1.9.2
prefix: /home/tigranfahradyan/miniconda3/envs/cl11.7
prefix: /home/philipp/miniconda3/envs/cl11.7

0 comments on commit b6e9107

Please sign in to comment.