Giter Site home page Giter Site logo

Add support for toml about grayskull HOT 5 CLOSED

conda avatar conda commented on May 30, 2024 3
Add support for toml

from grayskull.

Comments (5)

dillonroach avatar dillonroach commented on May 30, 2024 1

I'm going to take some time and give this and #322 a whirl - just wanted to put my name in the hat so I don't duplicate effort from somebody else/vice-versa

from grayskull.

marcelotrevisani avatar marcelotrevisani commented on May 30, 2024

Test with vega package
cc: @ocefpaf

from grayskull.

marcelotrevisani avatar marcelotrevisani commented on May 30, 2024

test with tzdata as well

from grayskull.

jakirkham avatar jakirkham commented on May 30, 2024

Tried this out with the dask-cuda recipe and noticed the following:

The other things are not necessarily wrong (build/number order, dropping some imports from test). Others Grayskull is doing something smart (dask-core replacement for dask), but the recipe maintainers may prefer to deviate.

Diff:
 build:
-  number: 0
   noarch: python
   script: {{ PYTHON }} -m pip install . -vv
-  entry_points:
-    - dask-cuda-worker = dask_cuda.cli.dask_cuda_worker:go
+  number: 0
 
 requirements:
   host:
@@ -23,32 +21,28 @@ requirements:
     - pip
   run:
     - python >=3.8
-    - dask ==2022.11.1
+    - dask-core ==2022.11.1
     - distributed ==2022.11.1
     - pynvml >=11.0.0
     - numpy >=1.18.0
     - numba >=0.54
     - pandas >=1.0
     - zict >=0.1.3
-    - __linux
 
 test:
   imports:
     - dask_cuda
-    - dask_cuda.benchmarks
   commands:
     - pip check
-    - dask-cuda-worker --help
   requires:
     - pip
 
 about:
-  home: https://github.com/rapidsai/dask-cuda
+  home: https://pypi.org/project/dask-cuda/
   summary: Utilities for Dask and CUDA interactions
   license: Apache-2.0
   license_file: LICENSE

from grayskull.

marcelotrevisani avatar marcelotrevisani commented on May 30, 2024

related to #425

from grayskull.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.